Skip to content

Commit

Permalink
Upgrade pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
astariul authored Sep 13, 2024
1 parent 386d1a2 commit 78b7c63
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 @@ -25,7 +25,7 @@
reqs = []

extras_require = {
"test": ["pytest~=8.0", "pytest-cov~=4.1"],
"test": ["pytest~=8.0", "pytest-cov~=5.0"],
"hook": ["pre-commit~=3.0"],
"lint": ["ruff~=0.2"],
"docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.24", "mike~=2.0"],
Expand Down

0 comments on commit 78b7c63

Please sign in to comment.