Skip to content

Commit 4467c12

Browse files
fix: bump pytest-cov from 4.0.0 to 5.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.0.0 to 5.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79f9edc commit 4467c12

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
@@ -38,7 +38,7 @@ test = [
3838
"pre-commit==3.3.1",
3939
"pylint==2.17.4",
4040
"pylint_junit",
41-
"pytest-cov==4.0.0",
41+
"pytest-cov==5.0.0",
4242
"pytest-mock<3.10.1",
4343
"pytest-runner",
4444
"pytest==7.3.1",

0 commit comments

Comments
 (0)