From 5f433bad3e901e23f23629829c9695785ed9c2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 10:58:37 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.96.0 to ~=0.96.1 in /code/function Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.96.0...0.96.1) --- updated-dependencies: - dependency-name: fastapi 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 6ba5be5..e380e21 100644 --- a/code/function/requirements.txt +++ b/code/function/requirements.txt @@ -3,5 +3,5 @@ # Manually managing azure-functions-worker may cause unexpected issues azure-functions~=1.14.0 -fastapi~=0.96.0 +fastapi~=0.96.1 aiohttp~=3.8.4