From 885bac3669e8f888af0d1bab99db0dd24d943934 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 May 2017 23:11:47 +0100 Subject: [PATCH 1/2] Update pytest from 3.0.7 to 3.1.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 187a401d..69a6fa5e 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.0 pytest-aiohttp==0.1.3 pytest-cov==2.5.0 From d4902e72f4177895a55cddbabdc2e1fe0797876b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 22 May 2017 23:11:48 +0100 Subject: [PATCH 2/2] Update pytest from 3.0.7 to 3.1.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index ebff349d..b6ea95a3 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.0 pytest-aiohttp==0.1.3 pytest-cov==2.5.0 pytest-isort==0.1.0