From edaa296525522968838db7b3c8d67ecc339a1bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 23:06:09 +0000 Subject: [PATCH] Update azure-storage-blob requirement Updates the requirements on [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) to permit the latest version. - [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-storage-blob_12.24.0...azure-storage-blob_12.26.0) --- updated-dependencies: - dependency-name: azure-storage-blob dependency-version: 12.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5ef5944aa..328acc433 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ all = [ "boto3>=1.35.65,<2.0", "boto3-stubs>=1.35.65,<2.0", "redis[hiredis]>=5.2.0,<6", - "azure-storage-blob>=12.24.0,<12.25", + "azure-storage-blob>=12.24.0,<12.27", "neo4j>=5.27.0,<6", "pymongo>=4.11,<5", "pandas>=1.0.0,<3.0", @@ -58,7 +58,7 @@ bigquery = ["google-cloud-bigquery>=3.26.0,<3.27"] pubsub = ["google-cloud-pubsub>=2.23.1,<3"] postgresql = ["psycopg2-binary>=2.9.9,<3", "types-psycopg2>=2.9,<3"] aws = ["boto3>=1.35.65,<2.0", "boto3-stubs>=1.35.65,<2.0"] -azure = ["azure-storage-blob>=12.24.0,<12.25"] +azure = ["azure-storage-blob>=12.24.0,<12.27"] neo4j = ["neo4j>=5.27.0,<6"] mongodb = ["pymongo>=4.11,<5"] pandas = ["pandas>=1.0.0,<3.0"]