diff --git a/poetry.lock b/poetry.lock index a9316b607..96a75a377 100644 --- a/poetry.lock +++ b/poetry.lock @@ -86,21 +86,20 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "azure-identity" -version = "1.12.0" +version = "1.16.1" description = "Microsoft Azure Identity Library for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "azure-identity-1.12.0.zip", hash = "sha256:7f9b1ae7d97ea7af3f38dd09305e19ab81a1e16ab66ea186b6579d85c1ca2347"}, - {file = "azure_identity-1.12.0-py3-none-any.whl", hash = "sha256:2a58ce4a209a013e37eaccfd5937570ab99e9118b3e1acf875eed3a85d541b92"}, + {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] -azure-core = ">=1.11.0,<2.0.0" +azure-core = ">=1.23.0" cryptography = ">=2.5" -msal = ">=1.12.0,<2.0.0" -msal-extensions = ">=0.3.0,<2.0.0" -six = ">=1.12.0" +msal = ">=1.24.0" +msal-extensions = ">=0.3.0" [[package]] name = "azure-storage-blob" @@ -3354,4 +3353,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "c4df25b87d481a8f4f7fb3ca956e17f8871950a28e8a1257d73a5ff082a58f62" +content-hash = "17655ca42990f8067595a3a81e1383e05ae1466d95f49b55b2adb6f81b73fe09" diff --git a/pyproject.toml b/pyproject.toml index 3ccf3c29e..b7db5530b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,7 @@ pillow = "10.3.0" msal = "1.24.1" idna = "3.7" gunicorn = "22.0.0" +azure-identity = "1.16.1" [tool.poetry.dev-dependencies] prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.8.4" }