From 876c9a5459c65ccb270dfac3d4c2dc8328862074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:24:51 +0000 Subject: [PATCH] Bump azure-functions from 1.18.0 to 1.21.1 Bumps [azure-functions](https://github.com/Azure/azure-functions-python-worker) from 1.18.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-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f2c0d8e..d5a3723 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # Manually managing azure-functions-worker may cause unexpected issues # Azure Functions framework -azure-functions==1.18.0 +azure-functions==1.21.1 applicationinsights==0.11.10