Skip to content

Commit

Permalink
Merge pull request #438 from IQTLabs/renovate/pytest-cov-5.x
Browse files Browse the repository at this point in the history
Update dependency pytest-cov to v5
  • Loading branch information
rashley-iqt authored Mar 25, 2024
2 parents cdb7090 + fd7955e commit 8c39c20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pynput = "^1.7.6"
pylint = "^3.0.0"
pytype = "^2024.0.0"
pytest = "^8.0.0"
pytest-cov = "^4.1.0"
pytest-cov = "^5.0.0"
torch = ">=2.0.0, !=2.0.1"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
httpx==0.27.0
pylint==3.1.0
pytest==8.1.1
pytest-cov==4.1.0
pytest-cov==5.0.0
pytype==2024.3.19

0 comments on commit 8c39c20

Please sign in to comment.