diff --git a/poetry.lock b/poetry.lock index 4cbc3201..b2ab3019 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "amqp" @@ -780,26 +780,28 @@ django = ">=3.2" [[package]] name = "django-storages" -version = "1.13.2" +version = "1.14.2" description = "Support for many storage backends in Django" optional = false python-versions = ">=3.7" files = [ - {file = "django-storages-1.13.2.tar.gz", hash = "sha256:cbadd15c909ceb7247d4ffc503f12a9bec36999df8d0bef7c31e57177d512688"}, - {file = "django_storages-1.13.2-py3-none-any.whl", hash = "sha256:31dc5a992520be571908c4c40d55d292660ece3a55b8141462b4e719aa38eab3"}, + {file = "django-storages-1.14.2.tar.gz", hash = "sha256:51b36af28cc5813b98d5f3dfe7459af638d84428c8df4a03990c7d74d1bea4e5"}, + {file = "django_storages-1.14.2-py3-none-any.whl", hash = "sha256:1db759346b52ada6c2efd9f23d8241ecf518813eb31db9e2589207174f58f6ad"}, ] [package.dependencies] -azure-storage-blob = {version = ">=12.0.0", optional = true, markers = "extra == \"azure\""} +azure-core = {version = ">=1.13", optional = true, markers = "extra == \"azure\""} +azure-storage-blob = {version = ">=12", optional = true, markers = "extra == \"azure\""} Django = ">=3.2" [package.extras] -azure = ["azure-storage-blob (>=12.0.0)"] +azure = ["azure-core (>=1.13)", "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"] -sftp = ["paramiko (>=1.10.0)"] +s3 = ["boto3 (>=1.4.4)"] +sftp = ["paramiko (>=1.15)"] [[package]] name = "django-taggit" @@ -1948,4 +1950,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "5da2bd33d93e7a1cfb6edcc003c3777bf297951618c892cb76de0e024eeed05d" +content-hash = "548faa4dca0b165b83d192fd80a925fd6603451dd11a516e82bdde92058597f4" diff --git a/pyproject.toml b/pyproject.toml index 5d3239ec..c133b123 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ django-celery-results = "2.4.0" pygeopkg = "0.1.3" whitenoise = {version = "6.5.0", extras = ["brotli"]} django-crum = "0.7.9" -django-storages = {version = "1.13.2", extras = ["azure"]} +django-storages = {version = "1.14.2", extras = ["azure"]} tomli = "2.0.1" sentry-sdk = {version = "1.32.0", extras = ["django"]}