From 0cb75bdcabffa691828d4c2a9798070dd639456c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:44:55 +0530 Subject: [PATCH] Python dependency: Bump azure-identity in /web/regression Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.16.0 to 1.16.1. - [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.16.0...azure-identity_1.16.1) --- updated-dependencies: - dependency-name: azure-identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a5d9585c..d56bf8082 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ urllib3==1.26.* azure-mgmt-rdbms==10.1.0 azure-mgmt-resource==23.1.1 azure-mgmt-subscription==3.1.1 -azure-identity==1.16.0 +azure-identity==1.16.1 google-api-python-client==2.* google-auth-oauthlib==1.2.0 keyring==24.*