From e085f18e5a772f838a633a23a8e25623410579b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 09:23:54 +0000 Subject: [PATCH] build(deps): bump azure-storage-blob from 12.29.0 to 12.30.0 Bumps [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) from 12.29.0 to 12.30.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-storage-blob_12.29.0...azure-storage-blob_12.30.0) --- updated-dependencies: - dependency-name: azure-storage-blob dependency-version: 12.30.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 484c7a5607..c842b31bd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ readme = "README.md" requires-python = ">=3.9" license = {text = "LGPL-2.1-or-later"} dependencies = [ - "azure-storage-blob==12.29.0", + "azure-storage-blob==12.30.0", "azure-storage-file-share==12.25.0", "bson==0.5.10", "click==8.3.1", diff --git a/requirements.txt b/requirements.txt index 161bfeeb85..ac8853a49a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -azure-storage-blob==12.29.0 +azure-storage-blob==12.30.0 azure-storage-file-share==12.25.0 bson==0.5.10 click==8.3.1