diff --git a/poetry.lock b/poetry.lock index c321375ed..2b090dc6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -643,26 +643,26 @@ isodate = ">=0.6.0" [[package]] name = "azure-storage-blob" -version = "12.20.0" +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.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.24.0-py3-none-any.whl", hash = "sha256:4f0bb4592ea79a2d986063696514c781c9e62be240f09f6397986e01755bc071"}, + {file = "azure_storage_blob-12.24.0.tar.gz", hash = "sha256:eaaaa1507c8c363d6e1d1342bd549938fdf1adec9b1ada8658c8f5bf3aea844e"}, ] [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" @@ -6627,4 +6627,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "826226f49f211954e1a565360e48f0e655807b7e7f370780bd1fed30f2bccac4" +content-hash = "669110788ab018e5b5b78a9c971ae1bfc833c62b55ac93148e7dc4286ffd0697" diff --git a/pyproject.toml b/pyproject.toml index c99e50d78..c92c24d67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ azure-functions = "1.21.0" streamlit = "1.39.0" python-dotenv = "1.0.1" azure-ai-formrecognizer = "3.3.3" -azure-storage-blob = "12.20.0" +azure-storage-blob = "12.24.0" azure-identity = "1.19.0" flask = {extras = ["async"], version = "^3.0.3"} openai = "1.48.0"