diff --git a/poetry.lock b/poetry.lock index d45417be6..a04bced10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -643,26 +643,26 @@ isodate = ">=0.6.0" [[package]] name = "azure-storage-blob" -version = "12.20.0" +version = "12.23.1" description = "Microsoft Azure Blob Storage Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {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"}, + {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"}, ] [package.dependencies] azure-core = [ - {version = ">=1.28.0"}, - {version = ">=1.28.0", extras = ["aio"], optional = true, markers = "extra == \"aio\""}, + {version = ">=1.30.0"}, + {version = ">=1.30.0", extras = ["aio"], optional = true, markers = "extra == \"aio\""}, ] 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 = "azure-storage-file-datalake" @@ -7111,4 +7111,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9e0e87930803d9372e745de053b778f43885547bbb6abc37ca5aac5e065f9261" +content-hash = "2f09767261097899b7fb817a510383389e6d7eacb6a7f5bc8b97e6ba355146b6" diff --git a/pyproject.toml b/pyproject.toml index cdba0744a..ca4863c29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ azure-functions = "1.20.0" streamlit = "1.38.0" python-dotenv = "1.0.1" azure-ai-formrecognizer = "3.3.3" -azure-storage-blob = "12.20.0" +azure-storage-blob = "12.23.1" azure-identity = "1.18.0" flask = {extras = ["async"], version = "^3.0.3"} openai = "1.48.0"