Skip to content

Commit

Permalink
Update dependency pytest-cov to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent e30e997 commit 8550bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sentencepiece = "^0.2.0"
protobuf = "^5.27.2"

pytest = { version = "8.3.4", optional = true, extras = ["test"] }
pytest-cov = { version = "5.0.0", optional = true, extras = ["test"] }
pytest-cov = { version = "6.0.0", optional = true, extras = ["test"] }
pdbpp = {version = "^0.10.3", optional = true, extras = ["test"]}
ruff = {version = ">=0.5.1,<0.8.0", optional = true, extras = ["test"]}
black = {version = "^24.3.0", optional = true, extras = ["test"]}
Expand Down

0 comments on commit 8550bd1

Please sign in to comment.