Skip to content

Commit 5ce573b

Browse files
mattgodboltclaude
andcommitted
Update all dependencies and pre-commit hooks
- Update all project dependencies to latest versions via uv - Update ruff pre-commit hook from v0.11.10 to v0.12.5 - Notable updates include anthropic, fastapi, pytest, and ruff 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 98b66c4 commit 5ce573b

File tree

2 files changed

+396
-292
lines changed

2 files changed

+396
-292
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: check-toml
1313
- id: detect-private-key
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.11.10
15+
rev: v0.12.5
1616
hooks:
1717
- id: ruff-check
1818
args: [ --fix ]

0 commit comments

Comments
 (0)