Skip to content

Commit ca3d8af

Browse files
chore(deps): update pytest-cov requirement from <7,>=5 to >=5,<8
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 ca70bfe commit ca3d8af

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
@@ -39,7 +39,7 @@ dev = [
3939
"nbval>=0.11,<0.12",
4040
"pandas-stubs",
4141
"pre-commit>=3.0,<5",
42-
"pytest-cov>=5,<7",
42+
"pytest-cov>=5,<8",
4343
"pytest>=8,<9",
4444
"tensorboard>=2,<3",
4545
"torch>=2,<3",

0 commit comments

Comments
 (0)