Skip to content

Commit 427253e

Browse files
build(deps): Update pytest-cov requirement
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.10.1...v6.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4a317b commit 427253e

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
@@ -20,7 +20,7 @@ dependencies = [
2020
## Runtime Extra Sets ##
2121

2222
dev-test = [
23-
"pytest-cov>=2.10.1,<5.0",
23+
"pytest-cov>=2.10.1,<7.0",
2424
"pytest-html>=3.1.1,<5.0",
2525
"pytest>=6.2.5,<9.0",
2626
"wheel>=0.38.4",

0 commit comments

Comments
 (0)