From a734ebcd5758699856d5098c77376284e9c2c9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:57:39 +0000 Subject: [PATCH] Bump azure-functions from 1.21.0 to 1.21.1 Bumps [azure-functions](https://github.com/Azure/azure-functions-python-worker) from 1.21.0 to 1.21.1. - [Release notes](https://github.com/Azure/azure-functions-python-worker/releases) - [Commits](https://github.com/Azure/azure-functions-python-worker/commits) --- updated-dependencies: - dependency-name: azure-functions dependency-type: direct:production update-type: version-update:semver-patch ... 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 cc16ec4..adb919c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -31,13 +31,13 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "azure-functions" -version = "1.21.0" +version = "1.21.1" description = "Azure Functions for Python" optional = false python-versions = "*" files = [ - {file = "azure-functions-1.21.0.tar.gz", hash = "sha256:740344c6a3bb7c0be7df7eef5b46820a83dd60053fd12b6734a3b6fabfab3640"}, - {file = "azure_functions-1.21.0-py3-none-any.whl", hash = "sha256:c71f34c39ca163c8d3c5956b4f9ab745fcc1ebc5cb709a85b92f74cae62d03f0"}, + {file = "azure-functions-1.21.1.tar.gz", hash = "sha256:c1b7abdc51515e79d7205f595d0ae2584115bb2c12a0a1707589721017dc7335"}, + {file = "azure_functions-1.21.1-py3-none-any.whl", hash = "sha256:3755f30f0e1cf54b66ea1cce712c4b3e5707ba5adfcf16e398eae616f1dfd88a"}, ] [package.extras] @@ -924,4 +924,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.8.2" -content-hash = "16f952acfe0acc33c328c266028849dbb5527a241a25db8e394f831d62f50107" +content-hash = "d0055a8577aa69c5e3d553aafcde2162e024287649760dbb7576b3ed95eff545" diff --git a/pyproject.toml b/pyproject.toml index 9af2020..cb7fb14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.8.2" -azure-functions = "^1.21.0" +azure-functions = "^1.21.1" azure-identity = "^1.18.0" azure-storage-blob = "^12.23.0" pydpkg = "^1.9.3"