Skip to content

Commit

Permalink
Bump coverage from 5.0.1 to 5.0.2
Browse files Browse the repository at this point in the history
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](nedbat/coveragepy@coverage-5.0.1...coverage-5.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 6, 2020
1 parent be45e8a commit cb721b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Expand Up @@ -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]

0 comments on commit cb721b6

Please sign in to comment.