From 0930aec4355d5fd23ce6de0e9be518ffcf8c55d4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 Mar 2017 08:10:06 -0500 Subject: [PATCH 1/5] Update flask-sqlalchemy from 2.1 to 2.2 --- app/requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements/prod.txt b/app/requirements/prod.txt index 26b45c5..3647fc5 100644 --- a/app/requirements/prod.txt +++ b/app/requirements/prod.txt @@ -9,7 +9,7 @@ itsdangerous==0.24 click>=5.0 # Database -Flask-SQLAlchemy==2.1 +Flask-SQLAlchemy==2.2 psycopg2==2.6.2 SQLAlchemy==1.1.5 From c30f1bc8ec89c2413a04dc367d927257083555cf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 Mar 2017 08:10:08 -0500 Subject: [PATCH 2/5] Update psycopg2 from 2.6.2 to 2.7 --- app/requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements/prod.txt b/app/requirements/prod.txt index 3647fc5..91c1d42 100644 --- a/app/requirements/prod.txt +++ b/app/requirements/prod.txt @@ -10,7 +10,7 @@ click>=5.0 # Database Flask-SQLAlchemy==2.2 -psycopg2==2.6.2 +psycopg2==2.7 SQLAlchemy==1.1.5 # Migrations From 819bf9d0f86c1a1c97eb1421c14928e79fdec221 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 Mar 2017 08:10:09 -0500 Subject: [PATCH 3/5] Update sqlalchemy from 1.1.5 to 1.1.6 --- app/requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements/prod.txt b/app/requirements/prod.txt index 91c1d42..f924193 100644 --- a/app/requirements/prod.txt +++ b/app/requirements/prod.txt @@ -11,7 +11,7 @@ click>=5.0 # Database Flask-SQLAlchemy==2.2 psycopg2==2.7 -SQLAlchemy==1.1.5 +SQLAlchemy==1.1.6 # Migrations Flask-Migrate==2.0.3 From 0c14821924462ca312abedb66d93b3cdaaa57891 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 Mar 2017 08:10:11 -0500 Subject: [PATCH 4/5] Update webtest from 2.0.25 to 2.0.26 --- app/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements/dev.txt b/app/requirements/dev.txt index 4c0d150..0c0efb8 100644 --- a/app/requirements/dev.txt +++ b/app/requirements/dev.txt @@ -3,7 +3,7 @@ # Testing pytest==3.0.6 -WebTest==2.0.25 +WebTest==2.0.26 factory-boy==2.8.1 # Lint and code style From 2b4e8e6c30352e91c4de07d3a2ae06c11942ee43 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 6 Mar 2017 08:10:12 -0500 Subject: [PATCH 5/5] Update awscli from 1.11.55 to 1.11.56 --- app/requirements/release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements/release.txt b/app/requirements/release.txt index 289e1e3..00b2bbe 100644 --- a/app/requirements/release.txt +++ b/app/requirements/release.txt @@ -5,4 +5,4 @@ bumpversion==0.5.3 # AWS -awscli==1.11.55 +awscli==1.11.56