From 57e3914e198f8f84e882431e9e10116618efa0a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:28:50 +0000 Subject: [PATCH] deps: update azure-mgmt-web requirement from <8,>=7.3 to >=7.3,<11 Updates the requirements on [azure-mgmt-web](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-web_7.3.0...azure-mgmt-web_10.1.0) --- updated-dependencies: - dependency-name: azure-mgmt-web dependency-version: 10.1.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 0c0057a..e614c3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "azure-mgmt-sql>=3.0,<4", "azure-mgmt-postgresqlflexibleservers>=1.0,<2", "azure-mgmt-mysqlflexibleservers>=1.0,<2", - "azure-mgmt-web>=7.3,<8", + "azure-mgmt-web>=7.3,<11", "azure-mgmt-apimanagement>=5.0,<6", "azure-mgmt-automation>=1.0,<2", "azure-mgmt-containerregistry>=13.0,<14",