Skip to content

Commit

Permalink
Merge pull request #518 from IQTLabs/renovate/pytest-cov-6.x
Browse files Browse the repository at this point in the history
Update dependency pytest-cov to v6
  • Loading branch information
rashley-iqt authored Nov 6, 2024
2 parents c396cc4 + 257d870 commit 522e1a2
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 = "^5.0.0"
pytest-cov = "^6.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.2
pylint==3.3.1
pytest==8.3.3
pytest-cov==5.0.0
pytest-cov==6.0.0
pytype==2024.9.13

0 comments on commit 522e1a2

Please sign in to comment.