diff --git a/poetry.lock b/poetry.lock index 21ef369..461f487 100644 --- a/poetry.lock +++ b/poetry.lock @@ -63,13 +63,13 @@ typing-extensions = ">=4.0.0" [[package]] name = "azure-storage-blob" -version = "12.23.1" +version = "12.24.0" description = "Microsoft Azure Blob Storage Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure_storage_blob-12.23.1-py3-none-any.whl", hash = "sha256:1c2238aa841d1545f42714a5017c010366137a44a0605da2d45f770174bfc6b4"}, - {file = "azure_storage_blob-12.23.1.tar.gz", hash = "sha256:a587e54d4e39d2a27bd75109db164ffa2058fe194061e5446c5a89bca918272f"}, + {file = "azure_storage_blob-12.24.0-py3-none-any.whl", hash = "sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071"}, + {file = "azure_storage_blob-12.24.0.tar.gz", hash = "sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e"}, ] [package.dependencies] @@ -936,4 +936,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.8.2" -content-hash = "ec6e49ab565762192c4268a171edb60df987d45f3ac1c85be0af86744f74267a" +content-hash = "ede1a7e9c8d57e0dc8f43ef63adc7ed81c90c728f8ce1d646ff2554e7aa00957" diff --git a/pyproject.toml b/pyproject.toml index 0257c01..68b31f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.8.2" azure-functions = "^1.21.3" azure-identity = "^1.19.0" -azure-storage-blob = "^12.23.1" +azure-storage-blob = "^12.24.0" pydpkg = "^1.9.3" [tool.poetry.group.dev.dependencies]