Skip to content

Commit 833c6af

Browse files
build(deps-dev): update pytest-cov requirement
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.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c69a31 commit 833c6af

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
@@ -32,6 +32,6 @@
3232
],
3333
tests_require=[
3434
'pytest~=7.2.2',
35-
'pytest-cov~=4.0.0'
35+
'pytest-cov>=4.0,<6.1'
3636
]
3737
)

0 commit comments

Comments
 (0)