From 56d722168c72614139f9b30d0853baee060351b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 10:46:18 +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.18.0...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 0b894ac..75b72a8 100644 --- a/code/backend/requirements.txt +++ b/code/backend/requirements.txt @@ -1,4 +1,4 @@ -azure-identity~=1.18.0 +azure-identity~=1.19.0 azure-monitor-opentelemetry~=1.6.2 botbuilder-core~=4.16.2 botbuilder-azure~=4.16.2