Skip to content

Commit e6f2eb6

Browse files
build(deps-dev): update pytest-cov requirement (#338)
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@v3.0.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd6e233 commit e6f2eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
[project.optional-dependencies]
4848
test = [
4949
"pytest>=7.3.2",
50-
"pytest-cov>=3.0.0,<5.0.0",
50+
"pytest-cov>=3.0.0,<6.0.0",
5151
"pytest-pretty>=1.0.0,<2.0.0",
5252
"onnx>=1.13.0,<2.0.0",
5353
]
@@ -79,7 +79,7 @@ docs = [
7979
dev = [
8080
# test
8181
"pytest>=7.3.2",
82-
"pytest-cov>=3.0.0,<5.0.0",
82+
"pytest-cov>=3.0.0,<6.0.0",
8383
"pytest-pretty>=1.0.0,<2.0.0",
8484
"onnx>=1.13.0,<2.0.0",
8585
# style

0 commit comments

Comments
 (0)