Skip to content

Commit efd4de5

Browse files
dependabot[bot]zariiii9003
authored andcommitted
Update pytest-cov requirement in the dev-deps group
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec78efc commit efd4de5

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
"pytest-timeout==2.4.*",
9898
"pytest-modern==0.7.*;platform_system!='Windows'",
9999
"coveralls==4.0.*",
100-
"pytest-cov==6.2.*",
100+
"pytest-cov==7.0.*",
101101
"coverage==7.10.*",
102102
"hypothesis==6.*",
103103
"parameterized==0.9.*",

0 commit comments

Comments
 (0)