Skip to content
Closed
Show file tree
Hide file tree
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 @@ -19,7 +19,7 @@ dev = [
"pytest-cov>=5.0.0",
# Exact-pinned: a ruff bump can add rules, and CI failing because the linter
# grew an opinion is noise, not a signal. Bump deliberately.
"ruff==0.16.4",
"ruff==0.16.5",
# Exact-pinned for the same reason ruff is: `uvx --from "bandit[toml]==X"`
# pinned bandit itself but let its transitive deps float. Locking it here
# means `uv run --frozen bandit` gets a fully reproducible dependency set.
Expand Down
92 changes: 46 additions & 46 deletions uv.lock

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

Loading