diff --git a/poetry.lock b/poetry.lock index e8a30764..e2c5417f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -212,13 +212,13 @@ msrest = ">=0.7.1" [[package]] name = "azure-storage-blob" -version = "12.18.1" +version = "12.18.2" description = "Microsoft Azure Blob Storage Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "azure-storage-blob-12.18.1.tar.gz", hash = "sha256:d3265c2403c28d8881326c365e9cf7ed2ad55fdac98404eae753548702b31ba2"}, - {file = "azure_storage_blob-12.18.1-py3-none-any.whl", hash = "sha256:00b92568e91d608c04dfd4814c3b180818e690023493bb984c22dfc1a8a96e55"}, + {file = "azure-storage-blob-12.18.2.tar.gz", hash = "sha256:e11935348981ffc005b848b55db25c04f2d1f90e1ee33000659906b763cf14c8"}, + {file = "azure_storage_blob-12.18.2-py3-none-any.whl", hash = "sha256:ffd864bf9abf33dfc72c6ef37899a19bd9d585a946a2c61e288b4420c035df3a"}, ] [package.dependencies] @@ -2886,4 +2886,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "c8064f7607c2bcfcce7a068a060535d5aa87c967b8b7c8a75badf3237778644d" +content-hash = "960faf889d541601e39ea554393fbee382d30ecb075b74cb91606678db128e65" diff --git a/pyproject.toml b/pyproject.toml index 7692bda2..ad120e28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ azure-mgmt-security = "5.0.0" azure-mgmt-sql = "3.0.1" azure-mgmt-storage = "21.1.0" azure-mgmt-subscription = "3.1.1" -azure-storage-blob = "12.18.1" +azure-storage-blob = "12.18.2" boto3 = "1.26.165" botocore = "1.29.165" colorama = "0.4.6"