From f44ba1c30ea926abcd21a90c916bfe366bd59f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:20:50 +0000 Subject: [PATCH] Bump fastapi from 0.89.1 to 0.109.1 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 982f36a..1b80951 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ alembic==1.8.1 -fastapi==0.89.1 +fastapi==0.109.1 gunicorn==20.1.0 itsdangerous==2.1.2 passlib[bcrypt]==1.7.4