diff --git a/poetry.lock b/poetry.lock index eb48b8b2..ac3cb8bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -101,13 +101,13 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "azure-identity" -version = "1.14.0" +version = "1.14.1" description = "Microsoft Azure Identity Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "azure-identity-1.14.0.zip", hash = "sha256:72441799f8c5c89bfe21026965e266672a7c5d050c2c65119ef899dd5362e2b1"}, - {file = "azure_identity-1.14.0-py3-none-any.whl", hash = "sha256:edabf0e010eb85760e1dd19424d5e8f97ba2c9caff73a16e7b30ccbdbcce369b"}, + {file = "azure-identity-1.14.1.zip", hash = "sha256:48e2a9dbdc59b4f095f841d867d9a8cbe4c1cdbbad8251e055561afd47b4a9b8"}, + {file = "azure_identity-1.14.1-py3-none-any.whl", hash = "sha256:3a5bef8e9c3281e864e869739be8d67424bff616cddae96b546ca2a5168d863d"}, ] [package.dependencies] @@ -2889,4 +2889,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e2b9895d0b5de49734e5c0254e8d670a1ec078940e38144d7a4987b0d97e2827" +content-hash = "8903184c4eb151c4e0b7c0eda38a42141c97fe5eaf703c5eb967d85e91259b02" diff --git a/pyproject.toml b/pyproject.toml index 9207d298..3927eaf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ version = "3.10.0" [tool.poetry.dependencies] alive-progress = "3.1.4" awsipranges = "0.3.3" -azure-identity = "1.14.0" +azure-identity = "1.14.1" azure-mgmt-authorization = "4.0.0" azure-mgmt-security = "5.0.0" azure-mgmt-sql = "3.0.1"