From 87051a4b1fe0dbb4d5a5cb8587e8fb1d80b68fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:35:24 +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 2386e13..b85d39f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -35,13 +35,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] @@ -1053,4 +1053,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a4755385af6b598f8c3ab0a362af8d287633ae095e5720602f3cc5b446d90a5e" +content-hash = "227d2f21a4451cb25bde22f7bbb7871c9d706d0061c16f223ac31ca62a142b13" diff --git a/pyproject.toml b/pyproject.toml index ecede80..afec949 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.9" -azure-functions = "^1.21.0" +azure-functions = "^1.21.1" azure-identity = "^1.18.0" azure-storage-blob = "^12.23.1" createrepo-c = "^1.1.4"