From ab12400c5a669434b44d8819e4dcfff38e2ff750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:16:08 +0000 Subject: [PATCH] chore(deps-dev): update azure-mgmt-cognitiveservices requirement Updates the requirements on [azure-mgmt-cognitiveservices](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-cognitiveservices_13.5.0...azure-mgmt-cognitiveservices_14.1.0) --- updated-dependencies: - dependency-name: azure-mgmt-cognitiveservices dependency-version: 14.1.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 66fbe2d..6b4e967 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ agent = [ "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", + "azure-mgmt-cognitiveservices>=13.5,<15.0", "azure-mgmt-monitor>=6.0,<7.0", "azure-mgmt-authorization>=4.0,<5.0", ]