Skip to content

Commit db0154e

Browse files
build(deps-dev): update pytest-cov requirement (#119)
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@v4.1.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: davidgrayston-paddle <[email protected]>
1 parent 5d63aca commit db0154e

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
@@ -26,7 +26,7 @@
2626
extras_require={
2727
"dev": [
2828
"pytest>=7.4.4,<8.5.0",
29-
"pytest-cov>=4.1,<6.3",
29+
"pytest-cov>=4.1,<7.1",
3030
"requests-mock~=1.11.0",
3131
"setuptools>=69.0.3",
3232
"pre-commit>=3.8.0",

0 commit comments

Comments
 (0)