From 564b18c3883fe1c26124d445d67fff11abfcc63a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:30:28 -0400 Subject: [PATCH] chore(deps): bump azure-storage-blob from 12.23.0 to 12.23.1 (#5240) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4733e5c20a..6b23407c87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -612,13 +612,13 @@ typing-extensions = ">=4.6.0" [[package]] name = "azure-storage-blob" -version = "12.23.0" +version = "12.23.1" description = "Microsoft Azure Blob Storage Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure_storage_blob-12.23.0-py3-none-any.whl", hash = "sha256:8ac4b34624ed075eda1e38f0c6dadb601e1b199e27a09aa63edc429bf4a23329"}, - {file = "azure_storage_blob-12.23.0.tar.gz", hash = "sha256:2fadbceda1d99c4a72dfd32e0122d7bca8b5e8d2563f5c624d634aeaff49c9df"}, + {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"}, ] [package.dependencies] @@ -5006,4 +5006,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "3a5fd38048fa08da16de592515dce2cba384e9c3620e1b0960224ede06f888a9" +content-hash = "efa77acb901745e219d03da227af7339da8bb135f0b9e4ac413280ccced81642" diff --git a/pyproject.toml b/pyproject.toml index 736ff8f7b9..b59021da5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ azure-mgmt-sql = "3.0.1" azure-mgmt-storage = "21.2.1" azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" -azure-storage-blob = "12.23.0" +azure-storage-blob = "12.23.1" boto3 = "1.35.28" botocore = "1.35.28" colorama = "0.4.6"