Skip to content

Commit 5bc605f

Browse files
build(deps): update pytest-cov requirement from ~=5.0 to ~=6.0 (#753)
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@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 039fdc7 commit 5bc605f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dev = [
4747
"pre-commit~=4.0",
4848
"pytest-benchmark~=5.0.0",
4949
"pytest-console-scripts~=1.4.0",
50-
"pytest-cov~=5.0",
50+
"pytest-cov~=6.0",
5151
"pytest-recording~=0.13",
5252
"pytest~=8.0",
5353
"recommonmark~=0.7.1",

0 commit comments

Comments
 (0)