From 01618cc20ab541ffa6207af579918eb64df447e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 19:50:39 +0000 Subject: [PATCH] Bump azure-identity Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.15.0 to 1.16.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.15.0...azure-identity_1.16.1) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson-8-agentic-rag-with-python-and-cosmos-db/demo/requirements.txt b/lesson-8-agentic-rag-with-python-and-cosmos-db/demo/requirements.txt index 8875b43..18ea1da 100644 --- a/lesson-8-agentic-rag-with-python-and-cosmos-db/demo/requirements.txt +++ b/lesson-8-agentic-rag-with-python-and-cosmos-db/demo/requirements.txt @@ -1,6 +1,6 @@ python-dotenv==1.0.0 requests==2.31.0 pydantic==2.5.0 -azure-identity==1.15.0 +azure-identity==1.16.1 azure-cosmos==4.5.1 semantic-kernel==1.36.1