Skip to content

Commit

Permalink
⬆️ Update pytest-cov requirement from >=4,<6 to >=4,<7
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:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent fba66d7 commit 7ed228c
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 @@ -49,7 +49,7 @@ hypothesis = "^6.124.1"
pyupgrade = "^3.19.1"
safety = ">=2.3.5,<4.0.0"
pytest-html = "^3.2.0"
pytest-cov = ">=4,<6"
pytest-cov = ">=4,<7"
Sphinx = ">=5.3,<8.0"
sphinxcontrib-applehelp = "^1.0.8"
sphinxcontrib-devhelp = "^1.0.6"
Expand Down

0 comments on commit 7ed228c

Please sign in to comment.