diff --git a/poetry.lock b/poetry.lock index e756219934..4a65fd87ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -610,23 +610,23 @@ isodate = ">=0.6.1,<1.0.0" [[package]] name = "azure-storage-blob" -version = "12.19.1" +version = "12.20.0" description = "Microsoft Azure Blob Storage Client Library for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "azure-storage-blob-12.19.1.tar.gz", hash = "sha256:13e16ba42fc54ac2c7e8f976062173a5c82b9ec0594728e134aac372965a11b0"}, - {file = "azure_storage_blob-12.19.1-py3-none-any.whl", hash = "sha256:c5530dc51c21c9564e4eb706cd499befca8819b10dd89716d3fc90d747556243"}, + {file = "azure-storage-blob-12.20.0.tar.gz", hash = "sha256:eeb91256e41d4b5b9bad6a87fd0a8ade07dd58aa52344e2c8d2746e27a017d3b"}, + {file = "azure_storage_blob-12.20.0-py3-none-any.whl", hash = "sha256:de6b3bf3a90e9341a6bcb96a2ebe981dffff993e9045818f6549afea827a52a9"}, ] [package.dependencies] -azure-core = ">=1.28.0,<2.0.0" +azure-core = ">=1.28.0" cryptography = ">=2.1.4" isodate = ">=0.6.1" -typing-extensions = ">=4.3.0" +typing-extensions = ">=4.6.0" [package.extras] -aio = ["azure-core[aio] (>=1.28.0,<2.0.0)"] +aio = ["azure-core[aio] (>=1.28.0)"] [[package]] name = "babel" @@ -4528,4 +4528,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "5465605889c2a8407bbf12863b7f87d0a8226da155e90c082619f0c95fbb8eaa" +content-hash = "2c2bd4aeb8682aaff6604d65d9a61b065cf2508a5a460097651ea8b487b5fd01" diff --git a/pyproject.toml b/pyproject.toml index b1d74c50d1..375963c898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ azure-mgmt-sql = "3.0.1" azure-mgmt-storage = "21.1.0" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.2.0" -azure-storage-blob = "12.19.1" +azure-storage-blob = "12.20.0" boto3 = "1.34.99" botocore = "1.34.99" colorama = "0.4.6"