From a4ffa739dcc45432c3617bb071bd8f694035bbcf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Apr 2019 12:32:08 -0400 Subject: [PATCH 1/2] Update sqlalchemy from 1.3.1 to 1.3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 24a85edd..60668ed1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask==1.0.2 Flask-Admin==1.5.3 Flask-SQLAlchemy==2.3.2 -SQLAlchemy==1.3.1 +SQLAlchemy==1.3.2 WTForms==2.2.1 coverage==4.5.3 pytest==4.3.0 From 70a0f7637169c390ee3ac2d7a130bbd9c7a2818f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Apr 2019 12:32:09 -0400 Subject: [PATCH 2/2] Update pytest from 4.3.0 to 4.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60668ed1..882f7fb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask-SQLAlchemy==2.3.2 SQLAlchemy==1.3.2 WTForms==2.2.1 coverage==4.5.3 -pytest==4.3.0 +pytest==4.4.0 pytest-cov==2.6.1 pytest-flask==0.14.0 Flask-HTTPAuth==3.2.4