From 30a66a16779863ed38282e61ccf2582cbe5cfd88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:03:34 +0000 Subject: [PATCH] Python dependency: Bump azure-mgmt-resource from 25.0.0 to 26.0.0 Bumps [azure-mgmt-resource](https://github.com/Azure/azure-sdk-for-python) from 25.0.0 to 26.0.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-mgmt-resource_25.0.0...azure-mgmt-resource_26.0.0) --- updated-dependencies: - dependency-name: azure-mgmt-resource dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 36fe6e586a7..4525c2260b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ Authlib==1.6.*; python_version <= '3.9' Authlib==1.7.*; python_version > '3.9' azure-identity==1.25.3 azure-mgmt-rdbms==10.1.1 -azure-mgmt-resource==25.0.0 +azure-mgmt-resource==26.0.0 azure-mgmt-subscription==3.1.1 bcrypt==5.0.* boto3==1.42.*; python_version <= '3.9'