Skip to content

Commit 0325508

Browse files
chore(deps): update all dependencies
1 parent 2a54ada commit 0325508

File tree

3 files changed

+141
-141
lines changed

3 files changed

+141
-141
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install tox
2727
run: python3 -m pip install --user "tox>=4.0.0"
2828
- name: Check out src from Git
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0 # needed by setuptools-scm
3232
- name: Build dists

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: check-useless-excludes
1919
- repo: https://github.com/astral-sh/uv-pre-commit
20-
rev: 0.9.9
20+
rev: 0.9.11
2121
hooks:
2222
- id: uv-sync
2323
- id: uv-lock
@@ -27,7 +27,7 @@ repos:
2727
args: ["--upgrade"]
2828
stages: [manual]
2929
- repo: https://github.com/biomejs/pre-commit
30-
rev: "v2.3.5"
30+
rev: "v2.3.7"
3131
hooks:
3232
- id: biome-check
3333
name: biome
@@ -53,7 +53,7 @@ repos:
5353
hooks:
5454
- id: codespell
5555
- repo: https://github.com/jsh9/pydoclint
56-
rev: 0.8.1
56+
rev: 0.8.2
5757
hooks:
5858
- id: pydoclint
5959
# This allows automatic reduction of the baseline file when needed.
@@ -68,15 +68,15 @@ repos:
6868
entry: yamllint --strict
6969

7070
- repo: https://github.com/tombi-toml/tombi-pre-commit
71-
rev: v0.6.48
71+
rev: v0.6.53
7272
hooks:
7373
- id: tombi-format
7474
alias: toml
7575
- id: tombi-lint
7676
alias: toml
7777

7878
- repo: https://github.com/astral-sh/ruff-pre-commit
79-
rev: v0.14.5
79+
rev: v0.14.6
8080
hooks:
8181
- id: ruff-format
8282
alias: ruff

0 commit comments

Comments
 (0)