From 08eb841b05a3d390169a8686d14ffcb503975d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:53:36 +0000 Subject: [PATCH] build: bump azure-storage-blob from 12.20.0 to 12.23.0 Bumps [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) from 12.20.0 to 12.23.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.20.0...azure-storage-blob_12.23.0) --- updated-dependencies: - dependency-name: azure-storage-blob dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index d45417be6..c5e6bd751 100644 --- a/poetry.lock +++ b/poetry.lock @@ -643,26 +643,26 @@ isodate = ">=0.6.0" [[package]] name = "azure-storage-blob" -version = "12.20.0" +version = "12.23.0" description = "Microsoft Azure Blob Storage Client Library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "azure-storage-blob-12.20.0.tar.gz", hash = "sha256:eeb91256e41d4b5b9bad6a87fd0a8ade07dd58aa52344e2c8d2746e27a017d3b"}, - {file = "azure_storage_blob-12.20.0-py3-none-any.whl", hash = "sha256:de6b3bf3a90e9341a6bcb96a2ebe981dffff993e9045818f6549afea827a52a9"}, + {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"}, ] [package.dependencies] azure-core = [ - {version = ">=1.28.0"}, - {version = ">=1.28.0", extras = ["aio"], optional = true, markers = "extra == \"aio\""}, + {version = ">=1.30.0"}, + {version = ">=1.30.0", extras = ["aio"], optional = true, markers = "extra == \"aio\""}, ] cryptography = ">=2.1.4" isodate = ">=0.6.1" typing-extensions = ">=4.6.0" [package.extras] -aio = ["azure-core[aio] (>=1.28.0)"] +aio = ["azure-core[aio] (>=1.30.0)"] [[package]] name = "azure-storage-file-datalake" @@ -7111,4 +7111,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9e0e87930803d9372e745de053b778f43885547bbb6abc37ca5aac5e065f9261" +content-hash = "2b4d7da0f5ad7a58edfc3aa6dddd5d59d2be9d09bec7aec31153f20cbc1915ce" diff --git a/pyproject.toml b/pyproject.toml index cdba0744a..1cff2e8d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ azure-functions = "1.20.0" streamlit = "1.38.0" python-dotenv = "1.0.1" azure-ai-formrecognizer = "3.3.3" -azure-storage-blob = "12.20.0" +azure-storage-blob = "12.23.0" azure-identity = "1.18.0" flask = {extras = ["async"], version = "^3.0.3"} openai = "1.48.0"