From dd6e3db018b55cddf4053c978cc0dbdff678f297 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 6 Dec 2017 08:48:08 +0100 Subject: [PATCH] Update pytest to 3.3.1 (#174) * Update pytest from 3.3.0 to 3.3.1 * Update pytest from 3.3.0 to 3.3.1 --- requirements/py27-tests.txt | 2 +- requirements/py36-tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/py27-tests.txt b/requirements/py27-tests.txt index 964cf97..88460ac 100644 --- a/requirements/py27-tests.txt +++ b/requirements/py27-tests.txt @@ -1,6 +1,6 @@ mock==2.0.0 mozlog==3.5 -pytest==3.3.0 +pytest==3.3.1 pytest-metadata==1.5.1 pytest-selenium==1.11.3 pytest-xdist==1.20.1 diff --git a/requirements/py36-tests.txt b/requirements/py36-tests.txt index 27a51d8..016bcb8 100644 --- a/requirements/py36-tests.txt +++ b/requirements/py36-tests.txt @@ -1,5 +1,5 @@ mock==2.0.0 -pytest==3.3.0 +pytest==3.3.1 pytest-metadata==1.5.1 pytest-selenium==1.11.3 pytest-xdist==1.20.1