Skip to content

Commit a0926af

Browse files
build(deps-dev): update pytest-cov requirement from ^5.0.0 to ^7.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...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2277fed commit a0926af

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
@@ -27,7 +27,7 @@ python = ">=3.10"
2727
pytest = "^8.4.1"
2828
tomlkit = "^0.13.3"
2929
packaging = "^25.0"
30-
pytest-cov = "^5.0.0"
30+
pytest-cov = "^7.0.0"
3131
mypy = "^1.9.0"
3232
ruff = "^0.3.0"
3333
black = "^24.2.0"

0 commit comments

Comments
 (0)