From 596f57b9c83b818cf337ddbe64fff1834a15ce1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:01:02 +0000 Subject: [PATCH] Bump azure-identity from 1.10.0 to 1.16.1 Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.10.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.10.0...azure-identity_1.16.1) --- updated-dependencies: - dependency-name: azure-identity 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 d9d693b..68fdd43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "azure-common==1.1.28", "azure-graphrbac==0.61.1", "azure-keyvault==4.2.0", - "azure-identity==1.10.0", + "azure-identity==1.16.1", "azure-core==1.24.2", "azure-mgmt-authorization==2.0.0", "azure-mgmt-batch==16.2.0",