From 2620c0ba6f0515df38bd67f6642c3acc4fe75b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:50:15 +0000 Subject: [PATCH] Bump azure-identity from 1.17.1 to 1.19.0 in /app/api Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.17.1 to 1.19.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/requirements.txt b/app/api/requirements.txt index 6aca084..4a33917 100644 --- a/app/api/requirements.txt +++ b/app/api/requirements.txt @@ -1,6 +1,6 @@ fastapi[standard] == 0.112.0 pydantic==2.8.2 -azure-identity==1.17.1 +azure-identity==1.19.0 pydantic-settings==2.4.0 azure-cosmos==4.7.0 fastapi-azure-auth==5.0.0