From 65c79938909757ccdccf231e67a7755abfa49c17 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:07 +0100 Subject: [PATCH 01/14] Update aiohttp from 3.0.1 to 3.1.1 --- aiohttp_devtools/start/template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp_devtools/start/template/requirements.txt b/aiohttp_devtools/start/template/requirements.txt index a14732a9..56d53762 100644 --- a/aiohttp_devtools/start/template/requirements.txt +++ b/aiohttp_devtools/start/template/requirements.txt @@ -1,7 +1,7 @@ # {# This file is special: lines are made unique, stripped and sorted before the new requirements.txt file is created #} # you will need to install these requirements with `pip install -r requirements.txt` -aiohttp==3.0.1 +aiohttp==3.1.1 pytest==3.4.0 pytest-aiohttp==0.3.0 pytest-cov==2.5.1 From 704ebe94936ef2cad186ff1084a51e69f467cb76 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:09 +0100 Subject: [PATCH 02/14] Update pytest from 3.4.0 to 3.5.0 --- aiohttp_devtools/start/template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp_devtools/start/template/requirements.txt b/aiohttp_devtools/start/template/requirements.txt index 56d53762..59fd6430 100644 --- a/aiohttp_devtools/start/template/requirements.txt +++ b/aiohttp_devtools/start/template/requirements.txt @@ -2,7 +2,7 @@ # you will need to install these requirements with `pip install -r requirements.txt` aiohttp==3.1.1 -pytest==3.4.0 +pytest==3.5.0 pytest-aiohttp==0.3.0 pytest-cov==2.5.1 From 018ee8cad2c9d8aaa2af58f5a0bbc0f0e7d0aa8f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:10 +0100 Subject: [PATCH 03/14] Update pytest from 3.4.0 to 3.5.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index d3a2c985..8c47b376 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ flake8==3.5.0 grablib==0.6.1 pycodestyle==2.3.1 pyflakes==1.6.0 -pytest==3.4.0 +pytest==3.5.0 pytest-aiohttp==0.3.0 pytest-cov==2.5.1 pytest-isort==0.1.0 From 6ad60207b4fea7e205c5fd6b7c8d92f41a9cdcbf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:12 +0100 Subject: [PATCH 04/14] Update aiohttp-jinja2 from 0.15.0 to 0.17.0 --- aiohttp_devtools/start/template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp_devtools/start/template/requirements.txt b/aiohttp_devtools/start/template/requirements.txt index 59fd6430..5a83b4fc 100644 --- a/aiohttp_devtools/start/template/requirements.txt +++ b/aiohttp_devtools/start/template/requirements.txt @@ -7,7 +7,7 @@ pytest-aiohttp==0.3.0 pytest-cov==2.5.1 # {% if template_engine.is_jinja %} -aiohttp-jinja2==0.15.0 +aiohttp-jinja2==0.17.0 # {% endif %} # {% if session.is_secure %} From 14f76e348287b0f1737c32a76e2cbf5f005f8316 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:13 +0100 Subject: [PATCH 05/14] Update aiohttp-jinja2 from 0.15.0 to 0.17.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 8c47b376..81303158 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -16,7 +16,7 @@ pytest-xdist==1.22.0 Sphinx==1.6.6 # required to run "start" apps -aiohttp-jinja2==0.15.0 +aiohttp-jinja2==0.17.0 aiohttp-session[secure]==2.2.0 aiohttp-session[aioredis]==2.2.0 aiopg==0.13.2 From abc657b33402c034019e329da99b2d0f55d24b87 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:15 +0100 Subject: [PATCH 06/14] Update aiohttp-session from 2.2.0 to 2.3.0 --- aiohttp_devtools/start/template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp_devtools/start/template/requirements.txt b/aiohttp_devtools/start/template/requirements.txt index 5a83b4fc..e776cadc 100644 --- a/aiohttp_devtools/start/template/requirements.txt +++ b/aiohttp_devtools/start/template/requirements.txt @@ -11,7 +11,7 @@ aiohttp-jinja2==0.17.0 # {% endif %} # {% if session.is_secure %} -aiohttp-session[secure]==2.2.0 +aiohttp-session[secure]==2.3.0 # {% endif %} # {% if database.is_pg_sqlalchemy %} From ec9fafe3e8ef97782d54b7aca49a5e41deb1b304 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:16 +0100 Subject: [PATCH 07/14] Update aiohttp-session from 2.2.0 to 2.3.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 81303158..2f91b664 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -17,7 +17,7 @@ Sphinx==1.6.6 # required to run "start" apps aiohttp-jinja2==0.17.0 -aiohttp-session[secure]==2.2.0 +aiohttp-session[secure]==2.3.0 aiohttp-session[aioredis]==2.2.0 aiopg==0.13.2 SQLAlchemy==1.2.2 From d7ed963d65a132c407d6ee8a41a0c849e7193602 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:18 +0100 Subject: [PATCH 08/14] Update aiohttp-session from 2.2.0 to 2.3.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 2f91b664..ac549101 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -18,6 +18,6 @@ Sphinx==1.6.6 # required to run "start" apps aiohttp-jinja2==0.17.0 aiohttp-session[secure]==2.3.0 -aiohttp-session[aioredis]==2.2.0 +aiohttp-session[aioredis]==2.3.0 aiopg==0.13.2 SQLAlchemy==1.2.2 From eca74052a4df8dafb24922f82ac8fbdd5c41162b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:19 +0100 Subject: [PATCH 09/14] Update sqlalchemy from 1.2.2 to 1.2.6 --- aiohttp_devtools/start/template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp_devtools/start/template/requirements.txt b/aiohttp_devtools/start/template/requirements.txt index e776cadc..781efc26 100644 --- a/aiohttp_devtools/start/template/requirements.txt +++ b/aiohttp_devtools/start/template/requirements.txt @@ -16,5 +16,5 @@ aiohttp-session[secure]==2.3.0 # {% if database.is_pg_sqlalchemy %} aiopg==0.13.2 -SQLAlchemy==1.2.2 +SQLAlchemy==1.2.6 # {% endif %} From 06206df5b00433e79237394e2b180df083005308 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:20 +0100 Subject: [PATCH 10/14] Update sqlalchemy from 1.2.2 to 1.2.6 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index ac549101..8a928346 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -20,4 +20,4 @@ aiohttp-jinja2==0.17.0 aiohttp-session[secure]==2.3.0 aiohttp-session[aioredis]==2.3.0 aiopg==0.13.2 -SQLAlchemy==1.2.2 +SQLAlchemy==1.2.6 From 7bbdeb31b1c984913ee4c48ab61e9bcfcee26c39 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:22 +0100 Subject: [PATCH 11/14] Update coverage from 4.4.2 to 4.5.1 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 8a928346..75a04ddf 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -coverage==4.4.2 +coverage==4.5.1 docutils==0.14 flake8==3.5.0 grablib==0.6.1 From f7999500e2dc8f485ebe977951d355a5fa7c34b5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:23 +0100 Subject: [PATCH 12/14] Update pytest-mock from 1.6.3 to 1.7.1 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 75a04ddf..c13a4129 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,7 +8,7 @@ pytest==3.5.0 pytest-aiohttp==0.3.0 pytest-cov==2.5.1 pytest-isort==0.1.0 -pytest-mock==1.6.3 +pytest-mock==1.7.1 pytest-sugar==0.9.1 pytest-timeout==1.2.1 pytest-toolbox==0.2 From 02b58757e28cc0ced1a7411fb743f4714e965d13 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:25 +0100 Subject: [PATCH 13/14] Update pytest-xdist from 1.22.0 to 1.22.2 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index c13a4129..f6494c19 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -12,7 +12,7 @@ pytest-mock==1.7.1 pytest-sugar==0.9.1 pytest-timeout==1.2.1 pytest-toolbox==0.2 -pytest-xdist==1.22.0 +pytest-xdist==1.22.2 Sphinx==1.6.6 # required to run "start" apps From a1cde794a09fbfd0f712eb2cd9ab8664ea27a86f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Apr 2018 16:00:26 +0100 Subject: [PATCH 14/14] Update sphinx from 1.6.6 to 1.7.2 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index f6494c19..aeeeccce 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -13,7 +13,7 @@ pytest-sugar==0.9.1 pytest-timeout==1.2.1 pytest-toolbox==0.2 pytest-xdist==1.22.2 -Sphinx==1.6.6 +Sphinx==1.7.2 # required to run "start" apps aiohttp-jinja2==0.17.0