Skip to content

Commit 1842ff1

Browse files
Update coverage requirement from <7.7,>=4.5 to >=4.5,<7.9 (#1331)
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@coverage-4.5...7.8.0) --- 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>
1 parent 3124052 commit 1842ff1

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.14
3-
coverage>=4.5,<7.7
3+
coverage>=4.5,<7.9
44
pytest
55
pytest-cov
66

0 commit comments

Comments
 (0)