Skip to content

Commit bd0fe2b

Browse files
Update pytest-cov requirement from <7 to <8
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v1.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5dcae26 commit bd0fe2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
extras_require={
6363
"testing": [
6464
"pytest<9",
65-
"pytest-cov<7",
65+
"pytest-cov<8",
6666
"pytest-freezer<0.5",
6767
"pytest-mock<4",
6868
"pytest-random-order<2",

0 commit comments

Comments
 (0)