diff --git a/poetry.lock b/poetry.lock index 693f921..87efbf6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -53,23 +53,23 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "azure-storage-blob" -version = "12.22.0" +version = "12.23.0" description = "Microsoft Azure Blob Storage Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure-storage-blob-12.22.0.tar.gz", hash = "sha256:b3804bb4fe8ab1c32771fa464053da772a682c2737b19da438a3f4e5e3b3736e"}, - {file = "azure_storage_blob-12.22.0-py3-none-any.whl", hash = "sha256:bb7d2d824ce3f11f14a27ee7d9281289f7e072ac8311c52e3652672455b7d5e8"}, + {file = "azure_storage_blob-12.23.0-py3-none-any.whl", hash = "sha256:8ac4b34624ed075eda1e38f0c6dadb601e1b199e27a09aa63edc429bf4a23329"}, + {file = "azure_storage_blob-12.23.0.tar.gz", hash = "sha256:2fadbceda1d99c4a72dfd32e0122d7bca8b5e8d2563f5c624d634aeaff49c9df"}, ] [package.dependencies] -azure-core = ">=1.28.0" +azure-core = ">=1.30.0" cryptography = ">=2.1.4" isodate = ">=0.6.1" typing-extensions = ">=4.6.0" [package.extras] -aio = ["azure-core[aio] (>=1.28.0)"] +aio = ["azure-core[aio] (>=1.30.0)"] [[package]] name = "brotli" @@ -1345,4 +1345,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "5c519905ecb5ef80841ecf43506554f6034f5d55967d682233b0f99cf90aa733" +content-hash = "425dda10c6d580308f35a4181b4b258f91caec1b3ef2aad6802600ebe41f2f86" diff --git a/pyproject.toml b/pyproject.toml index 6419c0f..f77734c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ django-tastypie = "0.14.7" django-geojson = "4.1.0" unicodecsv = "0.14.1" whitenoise = { version = "6.7.0", extras = ["brotli"] } -azure-storage-blob = "12.22.0" +azure-storage-blob = "12.23.0" sentry-sdk = { version = "2.14.0", extras = ["django"] } [tool.poetry.group.dev.dependencies]