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