From 877852ec25c72c620deb8f7d53e6c9b4687898fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Apr 2019 13:11:49 +0000 Subject: [PATCH] Bump pytest from 4.0.2 to 4.4.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.0.2 to 4.4.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/4.0.2...4.4.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',