Skip to content

Commit ad9a59b

Browse files
Update coverage requirement from <7 to <8 (#211)
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-3.0b1...7.0.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31ef8b3 commit ad9a59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ console_scripts =
3838
[options.extras_require]
3939
dev =
4040
pytest<8
41-
coverage<7
41+
coverage<8
4242
pytest-xdist<4
4343
responses==0.21.0
4444
docs =

0 commit comments

Comments
 (0)