Skip to content

Commit

Permalink
deps(dev): update pytest-cov requirement from ==5.* to >=5,<7 (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: steveoh <[email protected]>
  • Loading branch information
dependabot[bot] and steveoh authored Jan 7, 2025
1 parent 18eeece commit 8484699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
dependency_links=[],
extras_require={
"tests": [
"pytest-cov==5.*",
"pytest-cov==6.*",
"pytest-instafail==0.5.*",
"pytest-mock==3.*",
"pytest-watch==4.*",
Expand Down

0 comments on commit 8484699

Please sign in to comment.