From 4fea92327869f3015699716c8413d20774412b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:19:00 +0000 Subject: [PATCH] Bump fastapi[uvicorn] from 0.87.0 to 0.91.0 Bumps [fastapi[uvicorn]](https://github.com/tiangolo/fastapi) from 0.87.0 to 0.91.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.87.0...0.91.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..33dfaee 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.91.0 h11==0.14.0 httpcore==0.13.2 httptools==0.5.0