From f14d89c0b562668bf7b7a8eeb88ac0fa4c8e3214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 00:06:30 +0000 Subject: [PATCH] Bump fastapi[uvicorn] from 0.81.0 to 0.110.1 Bumps [fastapi[uvicorn]](https://github.com/tiangolo/fastapi) from 0.81.0 to 0.110.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.81.0...0.110.1) --- updated-dependencies: - dependency-name: fastapi[uvicorn] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa9c27a..cf25122 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ colorama==0.4.5 deta==1.1.0 dnspython==2.2.1 email-validator==1.3.0 -fastapi==0.81.0 +fastapi==0.110.1 fastapi[uvicorn]==0.81.0 greenlet==1.1.3.post0 h11==0.12.0