From b5fff5ac9305ccc4db923cdf4edce2c7767a36ed Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 04:36:52 +0000 Subject: [PATCH] Bump coverage from 5.0 to 5.0.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.0 to 5.0.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.0...coverage-5.0.1) Signed-off-by: dependabot-preview[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 6c8a5bfb..184d0f48 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ psutil==5.6.7 pytest==5.3.2 # tests framework used pytest-cov==2.8.1 # coverage reports to verify tests quality -coverage==5.0 # pytest-cov +coverage==5.0.1 # pytest-cov python-daemon==2.2.4 # used in test for easy creation of daemons docutils # needed for python-daemon -e .[tests]