From 0977ce0df213fe93ac8c9bfa3dd23b2e038c0e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 23:35:34 +0000 Subject: [PATCH] Bump fastapi from 0.85.0 to 0.85.1 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.85.0 to 0.85.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.85.0...0.85.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 85e17c6..4ec60d3 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,3 +1,3 @@ fastapi-cache2[redis]==0.1.9 -fastapi==0.85.0 +fastapi==0.85.1 uvicorn==0.18.3