From 001b2824fe303d10bcfb24d01c58008fece5f142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 08:58:09 +0000 Subject: [PATCH] Bump fastapi from 0.60.1 to 0.92.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.60.1 to 0.92.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.60.1...0.92.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 45fbdae..4351f46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cffi==1.14.1 click==7.1.2 cryptography==3.0 dnspython==2.0.0 -fastapi==0.60.1 +fastapi==0.92.0 h11==0.9.0 httptools==0.1.1 idna==2.10