Skip to content

Commit 2b26883

Browse files
Update pytest-cov requirement from <6.0,>=2.12 to >=2.12,<7.0
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@v2.12.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 227a067 commit 2b26883

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
@@ -25,7 +25,7 @@ urlsketch = "sourmash_plugin_directsketch:Download_and_Sketch_Url"
2525
[project.optional-dependencies]
2626
test = [
2727
"pytest>=6.2.4,<8.4.0",
28-
"pytest-cov>=2.12,<6.0",
28+
"pytest-cov>=2.12,<7.0",
2929
"pytest-xdist",
3030
]
3131

0 commit comments

Comments
 (0)