From 2b52be5f883dbd41c042809136923fbe5f717997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:37:20 +0000 Subject: [PATCH] Bump fastapi from 0.89.1 to 0.111.1 in /backend Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.89.1 to 0.111.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.89.1...0.111.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... 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..1cee237 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ alembic==1.8.1 -fastapi==0.89.1 +fastapi==0.111.1 gunicorn==20.1.0 itsdangerous==2.1.2 passlib[bcrypt]==1.7.4