From d0cfbf2fbcd416b449d8524321891e468aab0ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 17:18:34 +0000 Subject: [PATCH] Bump azure-storage-blob from 12.12.0 to 12.13.0 Bumps [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) from 12.12.0 to 12.13.0. - [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.12.0...azure-storage-blob_12.13.0) --- updated-dependencies: - dependency-name: azure-storage-blob dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9d693b..d9ce9d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "azure-mgmt-storage==21.0.0", "azure-mgmt-subscription==3.0.0", "azure-mgmt-web==6.1.0", - "azure-storage-blob==12.12.0", + "azure-storage-blob==12.13.0", "azure-storage-common==2.1.0", "azure-storage-file==2.1.0", "azure-storage-nspkg==3.1.0",