From 9fac4c75e87e69e50059eb6a1d7ea1290c7957d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:28:02 +0000 Subject: [PATCH] Bump fastapi from 0.92.0 to 0.109.1 in /server Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.92.0 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.92.0...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index b0fd538d..10b11aad 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -17,7 +17,7 @@ dill==0.3.6 dnspython==2.3.0 et-xmlfile==1.1.0 exceptiongroup==1.0.4 -fastapi==0.92.0 +fastapi==0.109.1 filelock==3.10.0 frozenlist==1.3.3 h11==0.14.0