Skip to content

Commit

Permalink
deps:(deps-dev): update pytest-cov requirement
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 8881d7b commit 07e4bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dev = [
]
test = [
"pytest>=7.1.3,<7.3.0",
"pytest-cov>=3.0.0,<3.1.0",
"pytest-cov>=3.0.0,<5.1.0",
"pytest-xdist>=3.0.0,<3.2.0",
"pytest-sugar>=0.9.4,<0.10.0",
"pytest-testmon==2.1.0",
Expand Down

0 comments on commit 07e4bd7

Please sign in to comment.