From dad67274151178f226b38d0e27b5874a70318891 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2020 09:08:36 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=2.6 to ~=2.8 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.6.0...v2.8.1) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 793690c1..1a6d5c88 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ selenium = "~=3.141" autopep8 = "~=1.4" pytest = "~=4.0" -pytest-cov = "~=2.6" +pytest-cov = "~=2.8" tox = "~=3.6" tox-travis = "~=0.11"