From f8fa90aaf1f32e6c858fd0e2b9e81d536a7ed507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 00:09:39 +0000 Subject: [PATCH] chore(deps): bump fastapi from 0.104.1 to 0.109.1 in /apps/api Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.104.1 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.104.1...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 9f7e1c7f..fec46c72 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.104.1 +fastapi==0.109.1 pydantic>=1.8.0,<2.0.0 sqlmodel==0.0.10 uvicorn==0.23.2