From 72d71ca020e73688f37072949d6004afc44d33ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:44:48 +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 6974c5a3..9633bcee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ agent = [ "azure-monitor-query>=1.3,<2.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", ]