Skip to content

Commit

Permalink
Bump coverage from 4.5.4 to 5.0
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.4 to 5.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@coverage-4.5.4...coverage-5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Dec 16, 2019
1 parent 42ec58a commit ca79654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
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==4.5.4 # pytest-cov
coverage==5.0 # 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 ca79654

Please sign in to comment.