diff --git a/poetry.lock b/poetry.lock index ea2f5459..f514cf21 100644 --- a/poetry.lock +++ b/poetry.lock @@ -637,26 +637,26 @@ test = ["pytest", "pytest-cov", "pytest-django"] [[package]] name = "django-storages" -version = "1.14" +version = "1.14.1" description = "Support for many storage backends in Django" optional = false python-versions = ">=3.7" files = [ - {file = "django-storages-1.14.tar.gz", hash = "sha256:6c97e5faad829c923a1262206281742c484d76d43b332a196ddcc242b909c551"}, - {file = "django_storages-1.14-py3-none-any.whl", hash = "sha256:11280a883b13812df548f3cfe9c10280afc0d4727c8babdee369a75e71158f16"}, + {file = "django-storages-1.14.1.tar.gz", hash = "sha256:a2c327d67792eec04c7f5f5bb2900b21f426de8a3a811cea85fac7904bdccf36"}, + {file = "django_storages-1.14.1-py3-none-any.whl", hash = "sha256:18cb6c305fbb2f114c11b5b7b647b6271aa251972dcd4a5651b9cee2b0bd3a8a"}, ] [package.dependencies] Django = ">=3.2" [package.extras] -azure = ["azure-storage-blob (>=12.0.0)"] +azure = ["azure-storage-blob (>=12)"] boto3 = ["boto3 (>=1.4.4)"] dropbox = ["dropbox (>=7.2.1)"] -google = ["google-cloud-storage (>=1.27.0)"] +google = ["google-cloud-storage (>=1.27)"] libcloud = ["apache-libcloud"] s3 = ["boto3 (>=1.4.4)"] -sftp = ["paramiko (>=1.15.0)"] +sftp = ["paramiko (>=1.15)"] [[package]] name = "et-xmlfile"