From 6ca9b20f08bb03232531aa329d34f63169c1fdf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 00:58:36 +0000 Subject: [PATCH] fix(deps): bump fastapi from 0.92.0 to 0.95.1 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.92.0 to 0.95.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.92.0...0.95.1) --- updated-dependencies: - dependency-name: fastapi 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 795267c..0e8a5bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ attrs==22.1.0 certifi==2022.9.24 charset-normalizer==3.0.1 click==8.1.3 -fastapi==0.92.0 +fastapi==0.95.1 h11==0.14.0 httptools==0.5.0 httpx==0.23.3