From 590e7ed63d6fab67cb565c27e673d23558a64965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:25:21 +0000 Subject: [PATCH] build(deps): Bump fastapi from 0.89.1 to 0.109.1 in /api Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.89.1 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.89.1...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index dc91233a..fbbc93d2 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -7,7 +7,7 @@ charset-normalizer==3.0.1 click==8.1.3 duckdb==0.6.1 exceptiongroup==1.1.0 -fastapi==0.89.1 +fastapi==0.109.1 fastapi-health==0.4.0 h11==0.14.0 httpcore==0.16.3