Skip to content

Commit

Permalink
chore(deps): update pytest-cov requirement (#71)
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@v4.0.0...v6.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>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent 18ffcf8 commit b0edb62
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 @@ -61,7 +61,7 @@ all = [
]
test = [
"pytest >=7.0.0,<9.0.0",
"pytest-cov >=4.0.0,<6.0.0",
"pytest-cov >=4.0.0,<7.0.0",
"pytest-mock >=3.0.0,<4.0.0",
"pytest-timeout >=2.0.0,<3.0.0",
"black ==24.10.0",
Expand Down

0 comments on commit b0edb62

Please sign in to comment.