From 24244299c6a2d0c4576fcc6dbfbc81565cc21191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 04:21:44 +0000 Subject: [PATCH] chore(deps-dev): bump azure-identity from 1.22.0 to 1.23.0 Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.22.0 to 1.23.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.22.0...azure-identity_1.23.0) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.23.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7f3e6c3d..ddbb8297 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ attrs==25.3.0 ; python_version >= '3.7' azure-core==1.34.0 ; python_version >= '3.7' -azure-identity==1.22.0 +azure-identity==1.23.0 build==1.2.2.post1