From 4a63934a53b06736df0af63dfcc2fa14fa85689f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 10:38:02 +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.19.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 1a37e44..ffd7c14 100644 --- a/code/backend/requirements.txt +++ b/code/backend/requirements.txt @@ -1,4 +1,4 @@ -azure-identity~=1.17.1 +azure-identity~=1.19.0 azure-monitor-opentelemetry~=1.6.2 aiohttp~=3.10.5 botbuilder-core~=4.16.2