From fda7b7b0140a65070db319f647d4ab520762ac55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:32:04 +0000 Subject: [PATCH] Bump fastapi from 0.110.1 to 0.110.2 in /api Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.110.1 to 0.110.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.110.1...0.110.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 5909f87..cd302eb 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -4,7 +4,7 @@ certifi==2024.2.2 click==8.1.7 dnspython==2.6.1 email-validator==2.1.1 -fastapi==0.110.1 +fastapi==0.110.2 h11==0.14.0 httpcore==1.0.5 httptools==0.6.1