From dfe2c07b80c97181bb9ce7ceda8ccd3b36b187fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:34:14 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.70.1 to ~=0.71.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.70.1...0.71.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 e077ae5..8bb58bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Requirements for EnSysMod -fastapi~=0.70.1 +fastapi~=0.71.0 sqlalchemy~=1.4.29 uvicorn~=0.16.0 pydantic~=1.9.0