From 47f741df57de4258b9fce92f4b5dbda06bdde2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:30:38 +0000 Subject: [PATCH] Bump fastapi[uvicorn] from 0.87.0 to 0.89.0 Bumps [fastapi[uvicorn]](https://github.com/tiangolo/fastapi) from 0.87.0 to 0.89.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.87.0...0.89.0) --- 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 6090884..290e1c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ deprecated==1.2.13 dnspython==2.2.1 ecpy==1.2.5 email-validator==1.3.0 -fastapi[uvicorn]==0.87.0 +fastapi[uvicorn]==0.89.0 h11==0.14.0 httpcore==0.13.2 httptools==0.5.0