Skip to content

Commit b66d55d

Browse files
adamamylclaude
andcommitted
chore(deps): bump uv.lock and pre-commit hook pins
ruff v0.11.13 -> v0.15.21, mypy v1.16.0 -> v2.2.0, bandit 1.8.5 -> 1.9.4, pre-commit-hooks v5.0.0 -> v6.0.0, betterleaks v1.1.2 -> v1.6.1. uv.lock: mypy, ruff, pip-audit, pip, and transitive deps to latest. Verified ruff check / mypy still pass; the 5 existing E501 findings and mypy's tools/lib github-deploy-key.py duplicate-module warning pre-date this bump (confirmed against the old pinned versions too). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019nR4GeGS2EDhLypRNm1JhW
1 parent 8fd8092 commit b66d55d

2 files changed

Lines changed: 250 additions & 256 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.11.13
3+
rev: v0.15.21
44
hooks:
55
- id: ruff
66
args: [--fix]
77
- id: ruff-format
88

99
- repo: https://github.com/PyCQA/bandit
10-
rev: 1.8.5
10+
rev: 1.9.4
1111
hooks:
1212
- id: bandit
1313
args: ["-c", "pyproject.toml"]
1414

1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.16.0
16+
rev: v2.2.0
1717
hooks:
1818
- id: mypy
1919
additional_dependencies: ["types-requests"]
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v5.0.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: check-json
2525
- id: check-yaml
@@ -29,6 +29,6 @@ repos:
2929
args: [--branch, main]
3030

3131
- repo: https://github.com/betterleaks/betterleaks
32-
rev: v1.1.2
32+
rev: v1.6.1
3333
hooks:
3434
- id: betterleaks

0 commit comments

Comments
 (0)