From cb721b6d9a83a5b4ad76ce4145ac64ef6a6f0ba2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 04:40:37 +0000 Subject: [PATCH] Bump coverage from 5.0.1 to 5.0.2 Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.0.1 to 5.0.2. - [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.1...coverage-5.0.2) 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 184d0f48..ca1d0dda 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.1 # pytest-cov +coverage==5.0.2 # pytest-cov python-daemon==2.2.4 # used in test for easy creation of daemons docutils # needed for python-daemon -e .[tests]