From 55e8f0a6204a12c5d728d1e4010387ec54bd15b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 09:34:56 +0000 Subject: [PATCH] build(deps): bump azure-identity in /infra/scripts/fabric Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.15.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.15.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] --- infra/scripts/fabric/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/scripts/fabric/requirements.txt b/infra/scripts/fabric/requirements.txt index 692b9ba..bc4a5fa 100644 --- a/infra/scripts/fabric/requirements.txt +++ b/infra/scripts/fabric/requirements.txt @@ -2,7 +2,7 @@ # For fabric_api.py, powerbi_api.py, fabric_utils.py and related Fabric deployment scripts # Azure authentication and core libraries -azure-identity==1.15.0 +azure-identity==1.16.1 azure-core==1.29.0 # Azure Data Lake Storage (required by fabric_utils.py)