Skip to content

Commit 104bef3

Browse files
⬆️ Update pytest-cov requirement from ^5.0.0 to ^6.0.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 f5a5e77 commit 104bef3

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 @@ pytest-html = "^4.0.0"
4444
coverage = "^7.0.5"
4545
coverage-badge = "^1.1.0"
4646
black = "^24.1.0"
47-
pytest-cov = "^5.0.0"
47+
pytest-cov = "^6.0.0"
4848

4949
[tool.black]
5050
# https://github.com/psf/black

0 commit comments

Comments
 (0)