diff --git a/poetry.lock b/poetry.lock index 0d8fcc405d..585eae0de9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -305,13 +305,13 @@ aio = ["aiohttp (>=3.0)"] [[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] @@ -4907,4 +4907,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "9eb4af25ecb5a6b9afd1e2d0271b013d2921367818687be559a130e4e70621d0" +content-hash = "6e50f55942ded1ce410d4119d25807608dd602b3c28c53b28602b42682841a59" diff --git a/pyproject.toml b/pyproject.toml index e89e7c9eb8..63edd1340b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ version = "4.2.4" [tool.poetry.dependencies] alive-progress = "3.1.5" awsipranges = "0.3.3" -azure-identity = "1.16.0" +azure-identity = "1.16.1" azure-keyvault-keys = "4.9.0" azure-mgmt-applicationinsights = "4.0.0" azure-mgmt-authorization = "4.0.0"