Skip to content

Commit 80c7121

Browse files
Update coverage requirement from <4.6,>=4.5 to >=4.5,<7.7 (#1266)
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](coveragepy/coveragepy@coverage-4.5...7.6.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Versari <[email protected]>
1 parent 404c9b7 commit 80c7121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Only for testing
22
beautifulsoup4>=4.8,<4.9
3-
coverage>=4.5,<4.6
3+
coverage>=4.5,<7.7
44
pytest
55
pytest-cov
66

0 commit comments

Comments
 (0)