From 4312c34e65eb9a0845b6e0b74ed658f4c2d70bd5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Sep 2019 12:25:04 -0400 Subject: [PATCH 1/2] Update sqlalchemy from 1.3.6 to 1.3.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b6432a2..62fbabe2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask==1.1.1 Flask-Admin==1.5.3 Flask-SQLAlchemy==2.4.0 -SQLAlchemy==1.3.6 +SQLAlchemy==1.3.8 WTForms==2.2.1 coverage==4.5.4 pytest==5.0.1 From 1e86d203ab4bbb9e65c533b88b45ac30ee7d06d5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 23 Sep 2019 12:25:05 -0400 Subject: [PATCH 2/2] Update pytest from 5.0.1 to 5.1.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62fbabe2..6038f1b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask-SQLAlchemy==2.4.0 SQLAlchemy==1.3.8 WTForms==2.2.1 coverage==4.5.4 -pytest==5.0.1 +pytest==5.1.3 pytest-cov==2.7.1 pytest-flask==0.15.0 Flask-HTTPAuth==3.3.0