From 89f815414d05bf83fea86c5985b53f41fb890973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 15:50:24 +0000 Subject: [PATCH] chore(deps-dev): update azure-mgmt-monitor requirement Updates the requirements on [azure-mgmt-monitor](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-monitor_6.0.0...azure-mgmt-monitor_7.0.0) --- updated-dependencies: - dependency-name: azure-mgmt-monitor dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce50453..f4962ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ agent = [ "azure-monitor-opentelemetry>=1.6", "azure-identity>=1.17", "azure-mgmt-cognitiveservices>=13.5", - "azure-mgmt-monitor>=6.0", + "azure-mgmt-monitor>=7.0.0", ] [project.scripts]