diff --git a/poetry.lock b/poetry.lock index fdaa1452..2bae892e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -106,13 +106,13 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "azure-identity" -version = "1.13.0" +version = "1.14.0" description = "Microsoft Azure Identity Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "azure-identity-1.13.0.zip", hash = "sha256:c931c27301ffa86b07b4dcf574e29da73e3deba9ab5d1fe4f445bb6a3117e260"}, - {file = "azure_identity-1.13.0-py3-none-any.whl", hash = "sha256:bd700cebb80cd9862098587c29d8677e819beca33c62568ced6d5a8e5e332b82"}, + {file = "azure-identity-1.14.0.zip", hash = "sha256:72441799f8c5c89bfe21026965e266672a7c5d050c2c65119ef899dd5362e2b1"}, + {file = "azure_identity-1.14.0-py3-none-any.whl", hash = "sha256:edabf0e010eb85760e1dd19424d5e8f97ba2c9caff73a16e7b30ccbdbcce369b"}, ] [package.dependencies] @@ -120,7 +120,6 @@ azure-core = ">=1.11.0,<2.0.0" cryptography = ">=2.5" msal = ">=1.20.0,<2.0.0" msal-extensions = ">=0.3.0,<2.0.0" -six = ">=1.12.0" [[package]] name = "azure-mgmt-authorization" @@ -2908,4 +2907,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "87faf7f15aca441de9734d42ec19e9a46f89d1879393146f5a601428d3a48f67" +content-hash = "3e70fe34df97f080cc7698f420ee7564b8250b223ad826fba9aabcbe71a3309e" diff --git a/pyproject.toml b/pyproject.toml index d9888e02..4f95cb46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ version = "3.8.2" [tool.poetry.dependencies] alive-progress = "3.1.4" awsipranges = "0.3.3" -azure-identity = "1.13.0" +azure-identity = "1.14.0" azure-mgmt-authorization = "4.0.0" azure-mgmt-security = "5.0.0" azure-mgmt-sql = "3.0.1"