Skip to content

Commit 2de4d5b

Browse files
build(deps-dev): update pytest-cov requirement (#657)
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...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a0a3cca commit 2de4d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dev = [
4848
"pre-commit~=3.2",
4949
"pytest-benchmark~=4.0.0",
5050
"pytest-console-scripts~=1.4.0",
51-
"pytest-cov~=4.1.0",
51+
"pytest-cov~=5.0",
5252
"pytest-recording~=0.13",
5353
"pytest~=8.0",
5454
"recommonmark~=0.7.1",

0 commit comments

Comments
 (0)