From 05f9e78f8eed25d266c8b7e9b8d17d0885373e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 11:25:05 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.71.0 to ~=0.72.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.71.0...0.72.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 fa46162..6e0b2b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Requirements for EnSysMod -fastapi~=0.71.0 +fastapi~=0.72.0 sqlalchemy~=1.4.29 uvicorn~=0.17.0 pydantic~=1.9.0