From 8c7b27b69bf2c71a1e349a1cebacb88ad96a1f95 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 31 May 2017 13:11:57 +0100 Subject: [PATCH 1/2] Update pytest from 3.0.7 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 187a401d..e309bbff 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==2.0.7 -pytest==3.0.7 +pytest==3.1.1 pytest-aiohttp==0.1.3 pytest-cov==2.5.0 From fc57cc28cf82f10c777b07d26fd4e3b6440cb378 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 31 May 2017 13:11:58 +0100 Subject: [PATCH 2/2] Update pytest from 3.0.7 to 3.1.1 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index ebff349d..73877a0a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,7 +4,7 @@ flake8==3.3.0 grablib==0.6 pycodestyle==2.3.1 pyflakes==1.5.0 -pytest==3.0.7 +pytest==3.1.1 pytest-aiohttp==0.1.3 pytest-cov==2.5.0 pytest-isort==0.1.0