Skip to content

Commit c17af87

Browse files
Build(deps-dev): update pytest-cov requirement from >=6.0.0 to >=7.1.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@v6.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c43420 commit c17af87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dev = [
4747
"mypy>=1.20.1",
4848
"pytest>=9.0.3",
4949
"pytest-benchmark>=5.2.3",
50-
"pytest-cov>=6.0.0",
50+
"pytest-cov>=7.1.0",
5151
"pytest-xdist[psutil]>=3.8.0",
5252
"ruff>=0.11.0",
5353
"sphinx>=9.0.4",

0 commit comments

Comments
 (0)