From 63a835e94942eba0637ac609fc8ff694f433e0c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:50:45 +0000 Subject: [PATCH] Bump fastapi from 0.63.0 to 0.109.1 in /backend Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.63.0 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.63.0...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5517acc8..5f3b3ea0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ dnspython==2.0.0 docker==4.4.4 docker-compose==1.28.4 email-validator==1.1.1 -fastapi==0.63.0 +fastapi==0.109.1 fastapi-jwt-auth==0.5.0 gunicorn==20.0.4 h11==0.9.0