From e7b6d4669dfc2ad0286609db240fd35995882995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:45:25 +0000 Subject: [PATCH] chore(deps-dev): update azure-monitor-query requirement Updates the requirements on [azure-monitor-query](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-monitor-query_1.3.0...azure-monitor-query_2.0.0) --- updated-dependencies: - dependency-name: azure-monitor-query dependency-version: 2.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 6974c5a3..a1753e08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ agent = [ "httpx>=0.27,<1.0", "cryptography>=42", "markdown>=3.6,<4.0", - "azure-monitor-query>=1.3,<2.0", + "azure-monitor-query>=1.3,<3.0", "azure-monitor-opentelemetry>=1.6,<2.0", "azure-identity>=1.17,<2.0", "azure-mgmt-cognitiveservices>=13.5,<14.0",