From 75acea4efc91825da390250c849574cd8c886493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 00:58:14 +0000 Subject: [PATCH] fix(deps): bump fastapi from 0.92.0 to 0.95.2 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.92.0 to 0.95.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.92.0...0.95.2) --- 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..dc427ca 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.2 h11==0.14.0 httptools==0.5.0 httpx==0.23.3