Skip to content

Commit fbdf954

Browse files
chore(deps-dev): 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:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ddbc92 commit fbdf954

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
@@ -43,7 +43,7 @@ dev = [
4343
"nbval>=0.11,<0.12",
4444
"pandas-stubs",
4545
"pre-commit>=3.0,<5",
46-
"pytest-cov>=5,<7",
46+
"pytest-cov>=5,<8",
4747
"pytest>=8,<9",
4848
"tensorboard>=2,<3",
4949
"torch>=2,<3",

0 commit comments

Comments
 (0)