From 85304030e616f0a98018aee30d23b6f393b5b53d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:56:20 +0000 Subject: [PATCH] Bump azure-functions from 1.12.0 to 1.21.3 in /src/processform Bumps [azure-functions](https://github.com/Azure/azure-functions-python-worker) from 1.12.0 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-minor ... Signed-off-by: dependabot[bot] --- src/processform/requirements_init_versions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processform/requirements_init_versions.txt b/src/processform/requirements_init_versions.txt index 9a06e85..ad6bf78 100644 --- a/src/processform/requirements_init_versions.txt +++ b/src/processform/requirements_init_versions.txt @@ -2,7 +2,7 @@ # The Python Worker is managed by Azure Functions platform # Manually managing azure-functions-worker may cause unexpected issues -azure-functions==1.12.0 +azure-functions==1.21.3 azure-storage-blob==12.22.0 azure-identity==1.12.0 requests