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

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

---
updated-dependencies:
- dependency-name: django-storages[s3]
  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-03-10 18:14:52 +00:00 committed by GitHub
parent 3b195e562a
commit 3cf0be5244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ docker = [
"uwsgi==2.0.28", "uwsgi==2.0.28",
] ]
s3 = [ s3 = [
"django-storages[s3]==1.14.4", "django-storages[s3]==1.14.5",
] ]
sync = [ sync = [
"pydantic==2.10.6", "pydantic==2.10.6",