Skip to content

Commit e61850f

Browse files
build(deps-dev): update pytest-cov requirement from ^5.0 to ^6.0
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] <support@github.com>
1 parent bf4966e commit e61850f

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
@@ -29,7 +29,7 @@ yaml = ["ruamel.yaml"]
2929

3030
[tool.poetry.dev-dependencies]
3131
pytest = "^8.0"
32-
pytest-cov = "^5.0"
32+
pytest-cov = "^6.0"
3333
pytest-console-scripts = "^1.2"
3434

3535
[tool.poetry.scripts]

0 commit comments

Comments
 (0)