From 61542c52af0a58f9dcf9ec7df0d3452f9b85e7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:47:16 +0000 Subject: [PATCH] Bump azure-identity from 1.17.1 to 1.19.0 in /app/api (#10) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 43fe0f1..ee03cf3 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.9.0 fastapi-azure-auth==5.0.1