Skip to content

Commit c66c075

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] <support@github.com>
1 parent 8b055b8 commit c66c075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
'test': [
7979
'httpx<0.29',
8080
'pytest<10',
81-
'pytest-cov<7',
81+
'pytest-cov<8',
8282
],
8383
},
8484
entry_points={

0 commit comments

Comments
 (0)