Skip to content

Commit a74032c

Browse files
build(deps-dev): update pytest-cov requirement (#114)
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...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Sufyan <muhammad.sufyan@apimatic.io>
1 parent b8524ae commit a74032c

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
@@ -34,7 +34,7 @@
3434
tests_require=[
3535
'pytest>=7.2.2, <8.4.0',
3636
'coverage>=7.2.2, <7.14.0',
37-
'pytest-cov>=4.0, <6.1',
37+
'pytest-cov>=4.0, <7.1',
3838
'testfixtures>=8.3.0, <= 10.0.0'
3939
]
4040
)

0 commit comments

Comments
 (0)