Skip to content

Commit

Permalink
build(deps): update coverage requirement from ~=6.0 to ~=6.2
Browse files Browse the repository at this point in the history
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@6.0...6.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2021
1 parent d77ddbe commit 56b79a3
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
@@ -1,5 +1,5 @@
pytest
coverage~=6.0
coverage~=6.2
codecov
pytest-cov
pytest-benchmark~=3.4.1
Expand Down

0 comments on commit 56b79a3

Please sign in to comment.