From 49780f321afebdca9ebadb31512c5423e25386a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 15:49:48 +0000 Subject: [PATCH] Bump fastapi from 0.60.1 to 0.65.2 in /backend/requirements Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.60.1 to 0.65.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.60.1...0.65.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements/dev.txt | 2 +- backend/requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements/dev.txt b/backend/requirements/dev.txt index 752e10c..fb59ada 100644 --- a/backend/requirements/dev.txt +++ b/backend/requirements/dev.txt @@ -5,7 +5,7 @@ chardet==3.0.4 click==7.1.2 coverage==5.2.1 dataclasses==0.6 -fastapi==0.60.1 +fastapi==0.65.2 filelock==3.0.12 flake8==3.8.3 future==0.18.2 diff --git a/backend/requirements/prod.txt b/backend/requirements/prod.txt index a0074dc..9e11bc8 100644 --- a/backend/requirements/prod.txt +++ b/backend/requirements/prod.txt @@ -2,7 +2,7 @@ certifi==2020.6.20 chardet==3.0.4 click==7.1.2 dataclasses==0.6 -fastapi==0.60.1 +fastapi==0.65.2 filelock==3.0.12 future==0.18.2 h11==0.9.0