From d473bbaab6585b06ee3998230c2caf6c7aa282e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 06:38:29 +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 9bc8106..e45bb14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.11" azure-identity = "^1.17.1" argparse = "^1.4.0" python-dotenv = "^1.0.1" -azure-mgmt-resource = "^23.1.1" +azure-mgmt-resource = "^24.0.0" azure-mgmt-authorization = "^4.0.0" requests = "^2.32.3" azure-graphrbac = "^0.61.1"