diff --git a/poetry.lock b/poetry.lock index cb69ed19dbc..ce9dfd76dc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -305,13 +305,13 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "azure-identity" -version = "1.18.0" +version = "1.19.0" description = "Microsoft Azure Identity Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure_identity-1.18.0-py3-none-any.whl", hash = "sha256:bccf6106245b49ff41d0c4cd7b72851c5a2ba3a32cef7589da246f5727f26f02"}, - {file = "azure_identity-1.18.0.tar.gz", hash = "sha256:f567579a65d8932fa913c76eddf3305101a15e5727a5e4aa5df649a0f553d4c3"}, + {file = "azure_identity-1.19.0-py3-none-any.whl", hash = "sha256:e3f6558c181692d7509f09de10cca527c7dce426776454fb97df512a46527e81"}, + {file = "azure_identity-1.19.0.tar.gz", hash = "sha256:500144dc18197d7019b81501165d4fa92225f03778f17d7ca8a2a180129a9c83"}, ] [package.dependencies] @@ -4566,4 +4566,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "19ab4053e38ed6d02fbd3709d12ad118f66121d4c65338efc032d25307ce6d2a" +content-hash = "25d1bde80e5c50bf9485ccad7bc52b0f30fbfff3444499ae19d60aa6e502be89" diff --git a/pyproject.toml b/pyproject.toml index 0f5f3be8520..14d41174be0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ version = "3.16.18" [tool.poetry.dependencies] alive-progress = "3.2.0" awsipranges = "0.3.3" -azure-identity = "1.18.0" +azure-identity = "1.19.0" azure-keyvault-keys = "4.10.0" azure-mgmt-applicationinsights = "4.0.0" azure-mgmt-authorization = "4.0.0"