diff --git a/setup.py b/setup.py index 5c981c3..b312145 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ SRCDIR = '.' folder = os.path.abspath(os.path.dirname(__file__)) test_requirements = [ - 'pytest==3.6.1', + 'pytest==3.6.2', 'pytest-cov==2.5.1', 'pyquery==1.4.0', 'requests_mock',