diff --git a/poetry.lock b/poetry.lock index c3c597778..bdf7588fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -643,13 +643,13 @@ isodate = ">=0.6.0" [[package]] name = "azure-storage-blob" -version = "12.20.0" +version = "12.22.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.22.0.tar.gz", hash = "sha256:b3804bb4fe8ab1c32771fa464053da772a682c2737b19da438a3f4e5e3b3736e"}, + {file = "azure_storage_blob-12.22.0-py3-none-any.whl", hash = "sha256:bb7d2d824ce3f11f14a27ee7d9281289f7e072ac8311c52e3652672455b7d5e8"}, ] [package.dependencies] @@ -7070,4 +7070,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "cb2f9228ee25dbe57cb5aaf137bcb43a970cdb91317726ca58168a70243cbd37" +content-hash = "9a8c6186f4dca95d6ba8b7e6849d3e7c1fd865dd830ed7934313da9974b17cf0" diff --git a/pyproject.toml b/pyproject.toml index fc3a1da66..30bf1e991 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ azure-functions = "1.20.0" streamlit = "1.37.1" python-dotenv = "1.0.1" azure-ai-formrecognizer = "3.3.3" -azure-storage-blob = "12.20.0" +azure-storage-blob = "12.22.0" azure-identity = "1.17.1" flask = {extras = ["async"], version = "^3.0.3"} openai = "1.38.0"