Skip to content

Commit

Permalink
build(deps-dev): update pytest-cov requirement (#338)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 14, 2024
1 parent bd6e233 commit e6f2eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
[project.optional-dependencies]
test = [
"pytest>=7.3.2",
"pytest-cov>=3.0.0,<5.0.0",
"pytest-cov>=3.0.0,<6.0.0",
"pytest-pretty>=1.0.0,<2.0.0",
"onnx>=1.13.0,<2.0.0",
]
Expand Down Expand Up @@ -79,7 +79,7 @@ docs = [
dev = [
# test
"pytest>=7.3.2",
"pytest-cov>=3.0.0,<5.0.0",
"pytest-cov>=3.0.0,<6.0.0",
"pytest-pretty>=1.0.0,<2.0.0",
"onnx>=1.13.0,<2.0.0",
# style
Expand Down

0 comments on commit e6f2eb6

Please sign in to comment.