Skip to content

Commit 019db20

Browse files
Bump pytest-cov from 4.1.0 to 5.0.0 (#191)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd8af1c commit 019db20

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
@@ -44,7 +44,7 @@ strict = [
4444
"mp-pyrho==0.4.4",
4545
]
4646

47-
tests = ["pytest==8.2.0", "pytest-cov==4.1.0", "nbmake==1.5.3"]
47+
tests = ["pytest==8.2.0", "pytest-cov==5.0.0", "nbmake==1.5.3"]
4848

4949
[tool.setuptools.dynamic]
5050
readme = { file = ["README.md"] }

0 commit comments

Comments
 (0)