From 2e32fb859f8d0e6659e72e5139a0bcffa02118a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 20:39:25 +0000 Subject: [PATCH] Update pytest-cov requirement from <2.8,>=2.5.1 to >=2.5.1,<2.9 in /src 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.5.1...v2.8.0) Signed-off-by: dependabot-preview[bot] --- src/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements-test.txt b/src/requirements-test.txt index f1d1c49..e156801 100644 --- a/src/requirements-test.txt +++ b/src/requirements-test.txt @@ -1,2 +1,2 @@ pytest>=3.7.2,<5.3 -pytest-cov>=2.5.1,<2.8 +pytest-cov>=2.5.1,<2.9