From c5bcbd2cf604508f644fa79847af93be42ba51ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 00:59:15 +0000 Subject: [PATCH] fix(deps): bump fastapi from 0.92.0 to 0.93.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.92.0 to 0.93.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.92.0...0.93.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..df01071 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.93.0 h11==0.14.0 httptools==0.5.0 httpx==0.23.3