chore: bump django-storages[s3] from 1.14.5 to 1.14.6

Bumps [django-storages[s3]](https://github.com/jschneier/django-storages) from 1.14.5 to 1.14.6.
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jschneier/django-storages/compare/1.14.5...1.14.6)

---
updated-dependencies:
- dependency-name: django-storages[s3]
  dependency-version: 1.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-07 18:35:07 +00:00 committed by GitHub
parent c09c2c20ee
commit 7e774bc3aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ docker = [
"uvicorn==0.34.0",
]
s3 = [
"django-storages[s3]==1.14.5",
"django-storages[s3]==1.14.6",
]
sync = [
"pydantic==2.11.1",