From 1f7f68f6af68a4ba5dad8092d59319daf080fc34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 08:25:28 +0200 Subject: [PATCH] build(deps): bump azure-storage-blob from 12.18.2 to 12.18.3 (#2931) 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 0962bc5e..98f1f262 100644 --- a/poetry.lock +++ b/poetry.lock @@ -212,13 +212,13 @@ msrest = ">=0.7.1" [[package]] name = "azure-storage-blob" -version = "12.18.2" +version = "12.18.3" description = "Microsoft Azure Blob Storage Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "azure-storage-blob-12.18.2.tar.gz", hash = "sha256:e11935348981ffc005b848b55db25c04f2d1f90e1ee33000659906b763cf14c8"}, - {file = "azure_storage_blob-12.18.2-py3-none-any.whl", hash = "sha256:ffd864bf9abf33dfc72c6ef37899a19bd9d585a946a2c61e288b4420c035df3a"}, + {file = "azure-storage-blob-12.18.3.tar.gz", hash = "sha256:d8ced0deee3367fa3d4f3d1a03cd9edadf4440c0a371f503d623fa6c807554ee"}, + {file = "azure_storage_blob-12.18.3-py3-none-any.whl", hash = "sha256:c278dde2ac41857a68d615c9f2b36d894ba877a7e84d62795603c7e79d0bb5e9"}, ] [package.dependencies] @@ -2889,4 +2889,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6a783f6322739d7e1ea1fa1bbbd35dc056f664d1223a73201cfdd97e1c93395e" +content-hash = "a81ff62f0c933a5bf635fd4a6ad98c753b1de43c4b967e329affeedd7e558632" diff --git a/pyproject.toml b/pyproject.toml index d0fb816e..9331adaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ azure-mgmt-security = "5.0.0" azure-mgmt-sql = "3.0.1" azure-mgmt-storage = "21.1.0" azure-mgmt-subscription = "3.1.1" -azure-storage-blob = "12.18.2" +azure-storage-blob = "12.18.3" boto3 = "1.26.165" botocore = "1.29.165" colorama = "0.4.6"