From ad2882c7e86e76aa731e4986d46a7e27dc3d330f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 15:50:14 +0000 Subject: [PATCH] Bump fastapi from 0.46.0 to 0.65.2 in /postgres Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.46.0 to 0.65.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.46.0...0.65.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- postgres/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/requirements.txt b/postgres/requirements.txt index d58e16b..9e94a39 100644 --- a/postgres/requirements.txt +++ b/postgres/requirements.txt @@ -1,5 +1,5 @@ asyncpg==0.20.0 -fastapi==0.46.0 +fastapi==0.65.2 uvicorn==0.11.1 # dev