Skip to content

Commit

Permalink
⬆️ Update pytest-cov requirement from <5,>=4 to >=4,<7 (#11)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TAHRI Ahmed R. <[email protected]>
  • Loading branch information
dependabot[bot] and Ousret authored Jan 21, 2025
1 parent 9b24d38 commit 3d25ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=7,<9
pytest-cov>=4,<5
pytest-cov>=4,<7
pytest-xdist>=3,<4
hypothesis>=5.5,<7

0 comments on commit 3d25ec6

Please sign in to comment.