From f1770b4e5cf4d5a5f40405e786dbaa983db94d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 07:39:12 +0000 Subject: [PATCH] build(deps): bump azure-keyvault-keys from 4.8.0 to 4.9.0 Bumps [azure-keyvault-keys](https://github.com/Azure/azure-sdk-for-python) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-keyvault-keys_4.8.0...azure-keyvault-keys_4.9.0) --- updated-dependencies: - dependency-name: azure-keyvault-keys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++++------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index dee5ff93..c17069f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -328,18 +328,17 @@ msal-extensions = ">=0.3.0,<2.0.0" [[package]] name = "azure-keyvault-keys" -version = "4.8.0" +version = "4.9.0" description = "Microsoft Azure Key Vault Keys Client Library for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "azure-keyvault-keys-4.8.0.zip", hash = "sha256:6c0bb2f783202a34a3e5ec74866e6212e591ac7124f03b9669d1b09b68224bc4"}, - {file = "azure_keyvault_keys-4.8.0-py3-none-any.whl", hash = "sha256:d1080fa1ffcb3bc16fc3a6b7acce63c8f0e81ad0b498673b2871b162396674f0"}, + {file = "azure-keyvault-keys-4.9.0.tar.gz", hash = "sha256:08632dcd6ece28657204e9a256ad64369fe2b0e385ed43349f932f007d89f774"}, + {file = "azure_keyvault_keys-4.9.0-py3-none-any.whl", hash = "sha256:05eff85600f2f288a38e5c818ff77c5121840d327e66188cfa7ad333defb545b"}, ] [package.dependencies] -azure-common = ">=1.1,<2.0" -azure-core = ">=1.24.0,<2.0.0" +azure-core = ">=1.29.5,<2.0.0" cryptography = ">=2.1.4" isodate = ">=0.6.1" typing-extensions = ">=4.0.1" @@ -4378,4 +4377,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "33626e0f51da28836f95cd2f840b51d1486f6f960aa789a9c4f54850c9c879e3" +content-hash = "73c86668f309f8632022c9c2cf6bc9695076caf206ebad4862325d2169d9a4c1" diff --git a/pyproject.toml b/pyproject.toml index c5c8b0ce..3e748596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ version = "3.14.0" alive-progress = "3.1.5" awsipranges = "0.3.3" azure-identity = "1.15.0" -azure-keyvault-keys = "4.8.0" +azure-keyvault-keys = "4.9.0" azure-mgmt-applicationinsights = "4.0.0" azure-mgmt-authorization = "4.0.0" azure-mgmt-compute = "30.5.0"