From c900b65c3707a64da5a35f7b07fa64baba05b9d1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:08 +0000 Subject: [PATCH 01/14] Update aiohttp from 3.0.1 to 3.0.5 --- 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..8d86a055 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.0.5 pytest==3.4.0 pytest-aiohttp==0.3.0 pytest-cov==2.5.1 From 108994b667b7dd9d73092b3486abe919103975b6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:10 +0000 Subject: [PATCH 02/14] Update pytest from 3.4.0 to 3.4.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 8d86a055..cee95ccd 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.0.5 -pytest==3.4.0 +pytest==3.4.1 pytest-aiohttp==0.3.0 pytest-cov==2.5.1 From 83a003ca4eb7044b6e26818e77152f642e1f7f7b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:14 +0000 Subject: [PATCH 03/14] Update pytest from 3.4.0 to 3.4.1 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index d3a2c985..9a17758f 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.4.1 pytest-aiohttp==0.3.0 pytest-cov==2.5.1 pytest-isort==0.1.0 From 69d9fcdf6b778453bd24bcd66616d6be038e875c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:15 +0000 Subject: [PATCH 04/14] Update aiohttp-jinja2 from 0.15.0 to 0.16.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 cee95ccd..cb72758b 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.16.0 # {% endif %} # {% if session.is_secure %} From 8a0a329358c49ddf6ebb3103b799ac45d84a9e81 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:18 +0000 Subject: [PATCH 05/14] Update aiohttp-jinja2 from 0.15.0 to 0.16.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 9a17758f..45335173 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.16.0 aiohttp-session[secure]==2.2.0 aiohttp-session[aioredis]==2.2.0 aiopg==0.13.2 From eff4020757894b56191c269e520b74467d56ee7a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:19 +0000 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 cb72758b..d4b45497 100644 --- a/aiohttp_devtools/start/template/requirements.txt +++ b/aiohttp_devtools/start/template/requirements.txt @@ -11,7 +11,7 @@ aiohttp-jinja2==0.16.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 811b44f0f801df4b518a3d6b441a1aaaecc80dea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:20 +0000 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 45335173..60d27253 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.16.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 cfe322ae0447614ad9991a4035998f630067ab9e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:22 +0000 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 60d27253..28e3e2a7 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.16.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 d4f97dc5cbbf0adb926554bdb275bb3c1830580e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:24 +0000 Subject: [PATCH 09/14] Update sqlalchemy from 1.2.2 to 1.2.4 --- 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 d4b45497..66e4f33b 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.4 # {% endif %} From c0527e1164b7165d307666589be3ddf81bb715a3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:25 +0000 Subject: [PATCH 10/14] Update sqlalchemy from 1.2.2 to 1.2.4 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 28e3e2a7..f8c16834 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -20,4 +20,4 @@ aiohttp-jinja2==0.16.0 aiohttp-session[secure]==2.3.0 aiohttp-session[aioredis]==2.3.0 aiopg==0.13.2 -SQLAlchemy==1.2.2 +SQLAlchemy==1.2.4 From 01f3beb6d2c1a3cf5e8068b83d5448dc00758046 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:27 +0000 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 f8c16834..8ef2a2f6 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 73f8e951421a4134ec3e32a4349b28a43ea0eae5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:28 +0000 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 8ef2a2f6..138c2f67 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,7 +8,7 @@ pytest==3.4.1 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 4bd8364ced9eab5101858d69ccd4057acb9691aa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:30 +0000 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 138c2f67..23d0c966 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 9c29ce4cc0c030a11b58e01b8af87e27d4b3ccca Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Mar 2018 15:00:32 +0000 Subject: [PATCH 14/14] Update sphinx from 1.6.6 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 23d0c966..5caaf8ce 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.1 # required to run "start" apps aiohttp-jinja2==0.16.0