Skip to content

Commit 8a5f138

Browse files
Update coverage requirement from <7.9,>=4.5 to >=4.5,<7.10 (#1409)
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.9.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.9.0 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: William Di Luigi <[email protected]>
1 parent c6e46cf commit 8a5f138

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

0 commit comments

Comments
 (0)