Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = []
[project.optional-dependencies]
# Everything the scripts under scripts/ need. They install it themselves into
# .venv-tools/ when it is missing, so a fresh checkout needs no setup step.
dev = ["ruff==0.16.5", "coverage==7.13.0"]
dev = ["ruff==0.16.5", "coverage==7.16.0"]

# Talking to a fixture over USB CDC. Only pinside.client and `pinside probe`
# need this; reading boards, checking them and generating firmware stay
Expand Down
Loading