From 0ead335b76229f20f2baa6e3b1801df0976c8a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:42:45 +0000 Subject: [PATCH] build(deps): bump azure-storage-file-share from 12.24.0 to 12.25.0 Bumps [azure-storage-file-share](https://github.com/Azure/azure-sdk-for-python) from 12.24.0 to 12.25.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-storage-file-share_12.24.0...azure-storage-file-share_12.25.0) --- updated-dependencies: - dependency-name: azure-storage-file-share dependency-version: 12.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index de399210de..2c0583c2d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requires-python = ">=3.9" license = {text = "LGPL-2.1-or-later"} dependencies = [ "azure-storage-blob==12.28.0", - "azure-storage-file-share==12.24.0", + "azure-storage-file-share==12.25.0", "bson==0.5.10", "click==8.3.1", "cloudevents==1.12.1", diff --git a/requirements.txt b/requirements.txt index d6b5461bc3..7419e07430 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ azure-storage-blob==12.28.0 -azure-storage-file-share==12.24.0 +azure-storage-file-share==12.25.0 bson==0.5.10 click==8.3.1 cloudevents==1.12.1