From b6f4f42929d10d40acca95ea931c2b95d2bf7f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 20:59:25 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.85.2 to ~=0.91.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.91.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..4f501bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Requirements for Counter -fastapi~=0.85.2 +fastapi~=0.91.0 sqlalchemy~=1.4.42 uvicorn~=0.19.0 pydantic~=1.10.2