From cf7f6786de0322978f54e75b547edc7dd81c5a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:15:37 +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.27.1) --- updated-dependencies: - dependency-name: azure-storage-blob dependency-version: 12.27.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 92e3369bd..cc9e489db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ all = [ "mypy-boto3-kinesis>=1.35.65,<2.0", "mypy-boto3-s3>=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.28", "neo4j>=5.27.0,<6", "pymongo>=4.11,<5", "pandas>=1.0.0,<3.0", @@ -61,7 +61,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.28"] neo4j = ["neo4j>=5.27.0,<6"] mongodb = ["pymongo>=4.11,<5"] pandas = ["pandas>=1.0.0,<3.0"]