diff --git a/setup.py b/setup.py index cd77f4a..80d2b5f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ SRCDIR = '.' folder = os.path.abspath(os.path.dirname(__file__)) test_requirements = [ - 'pytest==4.0.2', + 'pytest==4.4.0', 'pytest-cov==2.6.0', 'pyquery==1.4.0', 'requests_mock',