From 593010c452eca145945fb62081450a8b9149c5b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 10:48:34 +0000 Subject: [PATCH] Update azure-identity requirement in /code/backend 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) - [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.17.1...azure-identity_1.20.0) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/backend/requirements.txt b/code/backend/requirements.txt index dd1f273..4fde8dd 100644 --- a/code/backend/requirements.txt +++ b/code/backend/requirements.txt @@ -1,4 +1,4 @@ -azure-identity~=1.17.1 +azure-identity~=1.20.0 azure-monitor-opentelemetry~=1.6.4 aiohttp~=3.11.11 botbuilder-core~=4.16.2