Skip to content

Commit 1f107b5

Browse files
nickmoretonclaude
andcommitted
Update dev dependencies: ruff, pyproject-fmt, coverage minimum
- ruff pre-commit hook: v0.15.11 → v0.15.12 (patch) - pyproject-fmt pre-commit hook: v2.21.1 → v2.21.2 (patch) - coverage minimum version: >=6.5 → >=7.0 (current release is 7.13.5) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent dac2096 commit 1f107b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: check-yaml
1616
- id: debug-statements
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: "v2.21.1"
18+
rev: "v2.21.2"
1919
hooks:
2020
- id: pyproject-fmt
2121
args: ["--max-supported-python=3.14"]
@@ -25,7 +25,7 @@ repos:
2525
- id: django-upgrade
2626
args: [--target-version, "5.2"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: "v0.15.11"
28+
rev: "v0.15.12"
2929
hooks:
3030
- id: ruff-check
3131
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
]
3737
optional-dependencies.docs = []
3838
optional-dependencies.testing = [
39-
"coverage>=6.5",
39+
"coverage>=7.0",
4040
"pre-commit>=4",
4141
"tox>=4.18.1",
4242
]

0 commit comments

Comments
 (0)