From 77553ac9385ab2f6e9a8d2bc258021710e31f945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:33:33 +0000 Subject: [PATCH] Bump fastapi from 0.105.0 to 0.109.1 in /app Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.105.0 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.105.0...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 1c456c6..0d8ca2a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,7 +5,7 @@ click==8.1.7 colorama==0.4.6 dnspython==2.4.2 email-validator==2.1.0.post1 -fastapi==0.105.0 +fastapi==0.109.1 greenlet==3.0.3 h11==0.14.0 httpcore==1.0.2