From ad26fe1d326896aee15c1a4dc99f5c4687695cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 11:29:57 +0000 Subject: [PATCH] Update fastapi requirement from ~=0.72.0 to ~=0.73.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.72.0...0.73.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 d93f621..2b9afa1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Requirements for EnSysMod -fastapi~=0.72.0 +fastapi~=0.73.0 sqlalchemy~=1.4.31 uvicorn~=0.17.0 pydantic~=1.9.0