From 67978c432dcfffe5772a900f7fa6be9f2b8ff3a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:03:06 +0000 Subject: [PATCH] Bump azure-storage-queue from 12.9.0 to 12.11.0 Bumps [azure-storage-queue](https://github.com/Azure/azure-sdk-for-python) from 12.9.0 to 12.11.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-queue_12.9.0...azure-storage-queue_12.11.0) --- updated-dependencies: - dependency-name: azure-storage-queue dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index ff3f694..53d6f3f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiodns" @@ -413,23 +413,23 @@ aio = ["azure-core[aio] (>=1.28.0,<2.0.0)"] [[package]] name = "azure-storage-queue" -version = "12.9.0" +version = "12.11.0" description = "Microsoft Azure Azure Queue Storage Client Library for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "azure-storage-queue-12.9.0.tar.gz", hash = "sha256:98101b0e17da0d470cf5700b6c40cfe74439ec3c9c76cf38398096e7371b9d1b"}, - {file = "azure_storage_queue-12.9.0-py3-none-any.whl", hash = "sha256:67857d102e5baeded46a1911a750bbcee28a3db61a82809e2a1082f280b9fddb"}, + {file = "azure-storage-queue-12.11.0.tar.gz", hash = "sha256:0a8c777839dba5c50824cac48afa3cc56be044faa45ca61b7269eb319ebf0171"}, + {file = "azure_storage_queue-12.11.0-py3-none-any.whl", hash = "sha256:b9bdff3da5f0fb6ec4daa48ef4b465c780e0a3df5e065d875e105229acec0798"}, ] [package.dependencies] -azure-core = ">=1.28.0,<2.0.0" +azure-core = ">=1.28.0" cryptography = ">=2.1.4" isodate = ">=0.6.1" -typing-extensions = ">=4.3.0" +typing-extensions = ">=4.6.0" [package.extras] -aio = ["azure-core[aio] (>=1.28.0,<2.0.0)"] +aio = ["azure-core[aio] (>=1.28.0)"] [[package]] name = "beautifulsoup4" @@ -4959,4 +4959,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f9e223a78c18c925a1e57b5d8cb646b707a2a7497c838c2110eb95c1aebc431a" +content-hash = "778d00985bb556fdec4a2d27982996feb5bbc1e5ce62d8ad8741251a6f7bcc78" diff --git a/pyproject.toml b/pyproject.toml index eb98bb9..e661dcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ python-multipart = "^0.0.9" azure-storage-blob = "^12.19.1" azure-ai-vision-imageanalysis = "^1.0.0b2" azure-eventgrid = "^4.19.0" -azure-storage-queue = "^12.9.0" +azure-storage-queue = "^12.11.0" azure-cosmos = "^4.6.1" langchain = "^0.2.2" langchain-openai = "^0.1.8"