From 0d3302d53b139e356af17ab10d8174376765a62b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Mar 2020 19:19:58 +0100 Subject: [PATCH] Update alembic from 1.2.1 to 1.4.1 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 005cdefa..34a71ad6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ # App requirements -alembic==1.2.1 +alembic==1.4.1 SQLAlchemy==1.3.10 werkzeug==0.15.6 flask==1.1.1