From 0b7c23699d82aa06f4c7a65cb2bd948c329e602d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 16 Apr 2019 13:12:19 +0000 Subject: [PATCH] Bump pytest from 4.0.2 to 4.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.0.2 to 4.4.1. - [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.1) 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..4c5dc06 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.1', 'pytest-cov==2.6.0', 'pyquery==1.4.0', 'requests_mock',