From 616151adce510a7da75730358df2890622dbf2b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 07:14:44 +0000 Subject: [PATCH] pip(deps): update azure-identity requirement from >=1.19.0 to >=1.25.3 Updates the requirements on [azure-identity](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-identity_1.19.0...azure-identity_1.25.3) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.25.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21089ff..17b1607 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ anthropic>=0.104.1 -azure-identity>=1.19.0 +azure-identity>=1.25.3 python-dotenv>=1.2.2