From 8b3485ff9aab5614da5c47ce04963ebcb718800d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 10:07:08 +0000 Subject: [PATCH] build(deps-dev): 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) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-storage-blob_12.0.0b1...azure-storage-blob_12.29.0) --- updated-dependencies: - dependency-name: azure-storage-blob dependency-version: 12.29.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ef35db38..fc328980c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ tests = [ "pytest-servers[all]>=0.5.9", "pytest-benchmark[histogram]", "pytest-xdist>=3.3.1", - "azure-storage-blob<12.28", # Pin to avoid API version 2026-02-06 not supported by Azurite emulator + "azure-storage-blob<12.30", # Pin to avoid API version 2026-02-06 not supported by Azurite emulator "pytest-dotenv", "virtualenv", "dulwich",