From c4ba20de4988ab5a4efaafe15efa176c895a3f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:32:12 +0000 Subject: [PATCH] Update azure-functions requirement in /code/function Updates the requirements on [azure-functions](https://github.com/Azure/azure-functions-python-worker) to permit the latest version. - [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 ... 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 d9c4882..387b6fc 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.13.0 -azure-functions~=1.15.0 +azure-functions~=1.17.0 fastapi~=0.103.0 pydantic-settings~=2.0.3 aiohttp~=3.8.5