From b18e3f08edbfed8e1043e4c306dc935ebbe48635 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Nov 2017 09:20:09 -0500 Subject: [PATCH 01/10] Update jinja2 from 2.9.6 to 2.10 --- 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 4c8baa5..76fae2c 100644 --- a/app/requirements/prod.txt +++ b/app/requirements/prod.txt @@ -4,7 +4,7 @@ Flask==0.12.2 MarkupSafe==1.0 Werkzeug==0.12.2 -Jinja2==2.9.6 +Jinja2==2.10 itsdangerous==0.24 click>=5.0 From 8c1d9d7f10ab3e81db10ab827f4c9d532a7b81ab Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Nov 2017 09:20:11 -0500 Subject: [PATCH 02/10] Update flask-sqlalchemy from 2.2 to 2.3.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 76fae2c..8a507a5 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.2 +Flask-SQLAlchemy==2.3.2 psycopg2==2.7.3.1 SQLAlchemy==1.1.14 From a721cd8f00f669c6463fd9a86d4277e50e76c063 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Nov 2017 09:20:12 -0500 Subject: [PATCH 03/10] Update psycopg2 from 2.7.3.1 to 2.7.3.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 8a507a5..edbedec 100644 --- a/app/requirements/prod.txt +++ b/app/requirements/prod.txt @@ -10,7 +10,7 @@ click>=5.0 # Database Flask-SQLAlchemy==2.3.2 -psycopg2==2.7.3.1 +psycopg2==2.7.3.2 SQLAlchemy==1.1.14 # Migrations From 64bea0b2b48b65cbe0a702e172ea991d70ae3e75 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Nov 2017 09:20:14 -0500 Subject: [PATCH 04/10] Update sqlalchemy from 1.1.14 to 1.1.15 --- 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 edbedec..50eb636 100644 --- a/app/requirements/prod.txt +++ b/app/requirements/prod.txt @@ -11,7 +11,7 @@ click>=5.0 # Database Flask-SQLAlchemy==2.3.2 psycopg2==2.7.3.2 -SQLAlchemy==1.1.14 +SQLAlchemy==1.1.15 # Migrations Flask-Migrate==2.1.1 From a99365fe07d3e7874d95de448aef0e3ace2b6afa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Nov 2017 09:20:15 -0500 Subject: [PATCH 05/10] Update pytest from 3.2.2 to 3.2.5 --- 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 7f58c8c..c8917a5 100644 --- a/app/requirements/dev.txt +++ b/app/requirements/dev.txt @@ -2,7 +2,7 @@ -r prod.txt # Testing -pytest==3.2.2 +pytest==3.2.5 WebTest==2.0.28 factory-boy==2.9.2 From c7879bc2372f70f74c595bd0cdcb4758d6519844 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Nov 2017 09:20:16 -0500 Subject: [PATCH 06/10] Update webtest from 2.0.28 to 2.0.29 --- 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 c8917a5..0c2f9ce 100644 --- a/app/requirements/dev.txt +++ b/app/requirements/dev.txt @@ -3,7 +3,7 @@ # Testing pytest==3.2.5 -WebTest==2.0.28 +WebTest==2.0.29 factory-boy==2.9.2 # Lint and code style From 676f9f27ebbfb311d51ba23b2b982c90e3d26c8f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Nov 2017 09:20:18 -0500 Subject: [PATCH 07/10] Update flake8 from 3.4.1 to 3.5.0 --- 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 0c2f9ce..786d5ba 100644 --- a/app/requirements/dev.txt +++ b/app/requirements/dev.txt @@ -7,7 +7,7 @@ WebTest==2.0.29 factory-boy==2.9.2 # Lint and code style -flake8==3.4.1 +flake8==3.5.0 flake8-blind-except==0.1.1 flake8-debugger==1.4.0 flake8-docstrings==1.1.0 From 03941e2f75325356b9771b16160ee3898e77aaf8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Nov 2017 09:20:19 -0500 Subject: [PATCH 08/10] Update flake8-debugger from 1.4.0 to 3.0.0 --- 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 786d5ba..27cb899 100644 --- a/app/requirements/dev.txt +++ b/app/requirements/dev.txt @@ -9,7 +9,7 @@ factory-boy==2.9.2 # Lint and code style flake8==3.5.0 flake8-blind-except==0.1.1 -flake8-debugger==1.4.0 +flake8-debugger==3.0.0 flake8-docstrings==1.1.0 flake8-isort==2.2.2 flake8-quotes==0.11.0 From 0f4e96f2cd81daf9912be69eb421356a2fd2ed4f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Nov 2017 09:20:21 -0500 Subject: [PATCH 09/10] Update flake8-quotes from 0.11.0 to 0.12.0 --- 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 27cb899..d78a7fd 100644 --- a/app/requirements/dev.txt +++ b/app/requirements/dev.txt @@ -12,6 +12,6 @@ flake8-blind-except==0.1.1 flake8-debugger==3.0.0 flake8-docstrings==1.1.0 flake8-isort==2.2.2 -flake8-quotes==0.11.0 +flake8-quotes==0.12.0 isort==4.2.15 pep8-naming==0.4.1 From f6e948c42977dec9ed1055e16e2d6813bb3c70e2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Nov 2017 09:20:22 -0500 Subject: [PATCH 10/10] Update awscli from 1.11.154 to 1.11.189 --- 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 0b4c4f6..fd2b577 100644 --- a/app/requirements/release.txt +++ b/app/requirements/release.txt @@ -5,4 +5,4 @@ bumpversion==0.5.3 # AWS -awscli==1.11.154 +awscli==1.11.189