From 5ac8c19a8f78ddd09ae9ce9a1857de0714cf12be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 18:23:57 +0000 Subject: [PATCH] dependabot python package: update azure-mgmt-keyvault requirement Updates the requirements on [azure-mgmt-keyvault](https://github.com/Azure/azure-sdk-for-python) to permit the latest version. - [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-mgmt-keyvault_11.0.0...azure-mgmt-keyvault_12.0.0) --- updated-dependencies: - dependency-name: azure-mgmt-keyvault dependency-version: 12.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ee0ed7..099b273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ azure-mgmt-resourcegraph = "^8.0.0" pynacl = "^1.5.0" requests = "^2.32.3" pytz = "^2025.1" -azure-mgmt-keyvault = "^11.0.0" +azure-mgmt-keyvault = "^12.0.0" [build-system]