From adf67582812a0d0dc9e22b879da9fbc7300ce024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 02:16:36 +0000 Subject: [PATCH] Bump azure-storage-blob from 12.23.1 to 12.24.1 Bumps [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) from 12.23.1 to 12.24.1. - [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.23.1...azure-storage-blob_12.24.1) --- updated-dependencies: - dependency-name: azure-storage-blob dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 21ef369..8102da3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -63,13 +63,13 @@ typing-extensions = ">=4.0.0" [[package]] name = "azure-storage-blob" -version = "12.23.1" +version = "12.24.1" description = "Microsoft Azure Blob Storage Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure_storage_blob-12.23.1-py3-none-any.whl", hash = "sha256:1c2238aa841d1545f42714a5017c010366137a44a0605da2d45f770174bfc6b4"}, - {file = "azure_storage_blob-12.23.1.tar.gz", hash = "sha256:a587e54d4e39d2a27bd75109db164ffa2058fe194061e5446c5a89bca918272f"}, + {file = "azure_storage_blob-12.24.1-py3-none-any.whl", hash = "sha256:77fb823fdbac7f3c11f7d86a5892e2f85e161e8440a7489babe2195bf248f09e"}, + {file = "azure_storage_blob-12.24.1.tar.gz", hash = "sha256:052b2a1ea41725ba12e2f4f17be85a54df1129e13ea0321f5a2fcc851cbf47d4"}, ] [package.dependencies] @@ -936,4 +936,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.8.2" -content-hash = "ec6e49ab565762192c4268a171edb60df987d45f3ac1c85be0af86744f74267a" +content-hash = "ddc429b6c731eb58fd83ca12af5393250219e05d483923bf018d14f27a004aa7" diff --git a/pyproject.toml b/pyproject.toml index 0257c01..b24223a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.8.2" azure-functions = "^1.21.3" azure-identity = "^1.19.0" -azure-storage-blob = "^12.23.1" +azure-storage-blob = "^12.24.1" pydpkg = "^1.9.3" [tool.poetry.group.dev.dependencies]