From f227e25dfb0e308ee4f6029f433d254856f154b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:13:18 +0000 Subject: [PATCH] Bump azure-functions from 1.21.1 to 1.21.3 Bumps [azure-functions](https://github.com/Azure/azure-functions-python-worker) from 1.21.1 to 1.21.3. - [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 449978f..83f47c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -31,13 +31,13 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "azure-functions" -version = "1.21.1" +version = "1.21.3" description = "Azure Functions for Python" optional = false python-versions = "*" files = [ - {file = "azure-functions-1.21.1.tar.gz", hash = "sha256:c1b7abdc51515e79d7205f595d0ae2584115bb2c12a0a1707589721017dc7335"}, - {file = "azure_functions-1.21.1-py3-none-any.whl", hash = "sha256:3755f30f0e1cf54b66ea1cce712c4b3e5707ba5adfcf16e398eae616f1dfd88a"}, + {file = "azure-functions-1.21.3.tar.gz", hash = "sha256:c359b9dbd2998c84d8595e31a28ffad4e8ca8dcfb4a3798327f776a67f964351"}, + {file = "azure_functions-1.21.3-py3-none-any.whl", hash = "sha256:6c45f5e61fe59328c81928a428d43c838e9ead52f1cde1628fcabb372fa10cc8"}, ] [package.extras] @@ -924,4 +924,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.8.2" -content-hash = "a53071360014116b4e9016f56895fd5ded28a593ec71a1264a22d72f0f8a8cf4" +content-hash = "3618420ea05be8340a50ec1836608840384f0b7e654ed21f8d70b901cd098441" diff --git a/pyproject.toml b/pyproject.toml index 60c8782..7bdebc4 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.1" +azure-functions = "^1.21.3" azure-identity = "^1.19.0" azure-storage-blob = "^12.23.1" pydpkg = "^1.9.3"