Skip to content

Commit 3069364

Browse files
Update pytest-cov requirement from ~=5.0.0 to >=5.0,<7.1
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:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a89da85 commit 3069364

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
@@ -61,7 +61,7 @@ dev = [
6161
"retry~=0.9.2",
6262
"pre-commit~=3.5.0",
6363
"deepdiff~=7.0.1",
64-
"pytest-cov~=5.0.0",
64+
"pytest-cov>=5.0,<7.1",
6565
"twine~=6.1.0",
6666
"types-retry~=0.9.9.20241221",
6767
"networkx~=3.1.0",

0 commit comments

Comments
 (0)