From 7146b8382a7ca0e107a3592562fc46d729d7296f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:11:06 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.85.2 to ~=0.89.0 Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.85.2...0.89.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 719274b..6c6b0d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Requirements for Counter -fastapi~=0.85.2 +fastapi~=0.89.0 sqlalchemy~=1.4.42 uvicorn~=0.19.0 pydantic~=1.10.2