chore: bump django-storages[s3] from 1.14.5 to 1.14.6 (#2613)

This commit is contained in:
Yohan Boniface 2025-04-08 09:41:11 +02:00 committed by GitHub
commit b8ab86b075
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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