From bee454ce761da263c2ddfc106ccba4cda321b75e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 02:59:15 +0000 Subject: [PATCH] chore(deps): bump azure-identity from 1.13.0 to 1.16.1 Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.13.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.13.0...azure-identity_1.16.1) --- updated-dependencies: - dependency-name: azure-identity dependency-version: 1.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e1ad4b1f..5347f1175 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,7 +140,7 @@ dependencies = [ 'elasticsearch7==7.17.9', 'elasticsearch8==8.13.2', 'polib>=01.2.0', - 'azure-identity==1.13.0', + 'azure-identity==1.16.1', 'azure-keyvault-secrets==4.9.0', 'psycopg2-binary==2.9.6', 'pycountry>=024.6.1',