Skip to content

Commit 77f0c12

Browse files
Update pytest-cov requirement from ~5.0 to ~6.0 (#185)
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:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd5826b commit 77f0c12

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
@@ -34,7 +34,7 @@ pympler = "1.1"
3434
[tool.poetry.dev-dependencies]
3535
pytest = "~8.3"
3636
pytest-asyncio = "~0.25"
37-
pytest-cov = "~5.0"
37+
pytest-cov = "~6.0"
3838
pytest-unordered = "~0.6"
3939
pre-commit = "~3.5"
4040
Sphinx = "~7.1"

0 commit comments

Comments
 (0)