Skip to content

Commit fd03238

Browse files
chore(deps): update pytest-cov requirement
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.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22a4e08 commit fd03238

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
@@ -97,7 +97,7 @@ test = [
9797
"hypothesis >=6.100.1,<7.0.0",
9898
"pytest >=8.2.2,<9.0.0",
9999
"pytest-custom_exit_code >=0.3.0,<1.0.0",
100-
"pytest-cov >=6.0.0,<7.0.0",
100+
"pytest-cov >=6.0.0,<8.0.0",
101101
"pytest-env >=1.0.0,<2.0.0",
102102
"pytest_httpserver >=1.0.10,<2.0.0",
103103
"syrupy >=4.0.0,<5.0.0",

0 commit comments

Comments
 (0)