From 77058fee014e0a601ed006c798c9216d46a3cf42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 20:16:23 +0000 Subject: [PATCH] Bump fastapi from 0.89.1 to 0.110.3 in /backend Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.89.1 to 0.110.3. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.89.1...0.110.3) --- 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..293a902 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ alembic==1.8.1 -fastapi==0.89.1 +fastapi==0.110.3 gunicorn==20.1.0 itsdangerous==2.1.2 passlib[bcrypt]==1.7.4