Skip to content

Commit 7487f48

Browse files
Update pytest-cov requirement from <6,>=4 to >=4,<7
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@v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de43b10 commit 7487f48

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
@@ -30,7 +30,7 @@ test =[
3030
"flake8>=6.1,<8.0",
3131
"pylint~=3.0",
3232
"pytest>=7.2,<9.0",
33-
"pytest-cov>=4,<6",
33+
"pytest-cov>=4,<7",
3434
]
3535

3636
[project.urls]

0 commit comments

Comments
 (0)