From c3d90c19b345dc2d819136d740e2a0fb7326971f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 16:22:01 +0000 Subject: [PATCH] dependabot python package: update azure-mgmt-resource requirement Updates the requirements on [azure-mgmt-resource](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-resource_23.1.1...azure-mgmt-resource_24.0.0) --- updated-dependencies: - dependency-name: azure-mgmt-resource dependency-version: 24.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 d6255f2..38539e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.11" requests = "^2.32.3" python-dotenv = "^1.0.1" azure-identity = "^1.18.0" -azure-mgmt-resource = "^23.1.1" +azure-mgmt-resource = "^24.0.0" azure-mgmt-resourcegraph = "^8.0.0" azure-core = "^1.31.0" tabulate = "^0.9.0"