diff --git a/poetry.lock b/poetry.lock index 179eb4798..9d5d5f327 100644 --- a/poetry.lock +++ b/poetry.lock @@ -427,13 +427,13 @@ dev = ["coverage", "flake8 (>=4.0.1,<4.1.0)", "flake8-logging-format", "mypy", " [[package]] name = "azure-identity" -version = "1.16.0" +version = "1.16.1" description = "Microsoft Azure Identity Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure-identity-1.16.0.tar.gz", hash = "sha256:6ff1d667cdcd81da1ceab42f80a0be63ca846629f518a922f7317a7e3c844e1b"}, - {file = "azure_identity-1.16.0-py3-none-any.whl", hash = "sha256:722fdb60b8fdd55fa44dc378b8072f4b419b56a5e54c0de391f644949f3a826f"}, + {file = "azure-identity-1.16.1.tar.gz", hash = "sha256:6d93f04468f240d59246d8afde3091494a5040d4f141cad0f49fc0c399d0d91e"}, + {file = "azure_identity-1.16.1-py3-none-any.whl", hash = "sha256:8fb07c25642cd4ac422559a8b50d3e77f73dcc2bbfaba419d06d6c9d7cff6726"}, ] [package.dependencies] @@ -6100,4 +6100,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "57f1cd80aa1641598356e124f1f4d121d8fae14eb08967a6d94b3a6b98015386" +content-hash = "e77ab3bf21c58e011164c9083566affe4a266727be65c78fe6663fd4018288bf" diff --git a/pyproject.toml b/pyproject.toml index 8688416c3..740987821 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ streamlit = "1.34.0" python-dotenv = "1.0.1" azure-ai-formrecognizer = "3.3.3" azure-storage-blob = "12.20.0" -azure-identity = "1.16.0" +azure-identity = "1.16.1" flask = {extras = ["async"], version = "^3.0.3"} openai = "1.30.1" langchain = "0.1.20"