diff --git a/backend/requirements/prod.txt b/backend/requirements/prod.txt index e28370b3..e9b6103b 100644 --- a/backend/requirements/prod.txt +++ b/backend/requirements/prod.txt @@ -11,7 +11,7 @@ click>=5.0 # Database Flask-SQLAlchemy==2.3.2 psycopg2==2.7.5 -SQLAlchemy==1.2.10 +SQLAlchemy==1.3.0 # Migrations Flask-Migrate==2.2.1