Skip to content

Commit

Permalink
Update coverage requirement from ~=6.3.3 to ~=6.4 (#1573)
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.3.3...6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 23, 2022
1 parent 8d5cefa commit b08b811
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 @@
-r requirements_test_pre_commit.txt
contributors-txt>=0.7.4
coveralls~=3.3
coverage~=6.3.3
coverage~=6.4
pre-commit~=2.19
pytest-cov~=3.0
contributors-txt>=0.7.3
Expand Down

0 comments on commit b08b811

Please sign in to comment.