From e9c6a658140ccfacb844b35e2019808a527186ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 01:27:05 +0000 Subject: [PATCH] fix(deps): bump fastapi from 0.92.0 to 0.95.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.92.0 to 0.95.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.92.0...0.95.0) --- 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..5ead353 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.0 h11==0.14.0 httptools==0.5.0 httpx==0.23.3