From 6b5a9c2cdd808dbd4b57314394ef5bf17a0e38f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 10:03:29 +0000 Subject: [PATCH] Update azure-functions requirement in /code/function --- updated-dependencies: - dependency-name: azure-functions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/function/requirements.txt b/code/function/requirements.txt index d47d5d0..86d856b 100644 --- a/code/function/requirements.txt +++ b/code/function/requirements.txt @@ -3,7 +3,7 @@ # Manually managing azure-functions-worker may cause unexpected issues # azure-identity~=1.15.0 -azure-functions~=1.21.1 +azure-functions~=1.21.3 fastapi~=0.115.0 pydantic-settings~=2.5.2 httpx~=0.27.2