From 5e63994f4f8465b35c49292d528acec125eeeaea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 15:53:32 +0000 Subject: [PATCH] Bump fastapi from 0.62.0 to 0.65.2 in /AlembicMigrations/api Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.62.0 to 0.65.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.62.0...0.65.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- AlembicMigrations/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlembicMigrations/api/requirements.txt b/AlembicMigrations/api/requirements.txt index 3bb56a7..0e3646d 100644 --- a/AlembicMigrations/api/requirements.txt +++ b/AlembicMigrations/api/requirements.txt @@ -1,6 +1,6 @@ alembic==1.4.3 click==7.1.2 -fastapi==0.62.0 +fastapi==0.65.2 h11==0.11.0 Mako==1.1.3 MarkupSafe==1.1.1