fix(deps): update dependency django-storages to v1.14.6

This commit is contained in:
Renovate 2025-04-02 03:38:22 +00:00
parent 74674e0da0
commit 0a8637c1ca

8
poetry.lock generated
View file

@ -699,14 +699,14 @@ six = "*"
[[package]]
name = "django-storages"
version = "1.14.5"
version = "1.14.6"
description = "Support for many storage backends in Django"
optional = false
python-versions = ">=3.7"
groups = ["main"]
files = [
{file = "django_storages-1.14.5-py3-none-any.whl", hash = "sha256:5ce9c69426f24f379821fd688442314e4aa03de87ae43183c4e16915f4c165d4"},
{file = "django_storages-1.14.5.tar.gz", hash = "sha256:ace80dbee311258453e30cd5cfd91096b834180ccf09bc1f4d2cb6d38d68571a"},
{file = "django_storages-1.14.6-py3-none-any.whl", hash = "sha256:11b7b6200e1cb5ffcd9962bd3673a39c7d6a6109e8096f0e03d46fab3d3aabd9"},
{file = "django_storages-1.14.6.tar.gz", hash = "sha256:7a25ce8f4214f69ac9c7ce87e2603887f7ae99326c316bc8d2d75375e09341c9"},
]
[package.dependencies]
@ -716,7 +716,7 @@ Django = ">=3.2"
azure = ["azure-core (>=1.13)", "azure-storage-blob (>=12)"]
boto3 = ["boto3 (>=1.4.4)"]
dropbox = ["dropbox (>=7.2.1)"]
google = ["google-cloud-storage (>=1.32)"]
google = ["google-cloud-storage (>=1.36.1)"]
libcloud = ["apache-libcloud"]
s3 = ["boto3 (>=1.4.4)"]
sftp = ["paramiko (>=1.15)"]