From c00b790ee8077300432975a13e0b9abf76a229a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 05:38:56 +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) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-mgmt-resource_23.1.1...azure-mgmt-resource_25.0.0) --- updated-dependencies: - dependency-name: azure-mgmt-resource dependency-version: 25.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..1ba8e73 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 = "^25.0.0" azure-mgmt-authorization = "^4.0.0" requests = "^2.32.3" azure-graphrbac = "^0.61.1"