Skip to content

Commit 593e663

Browse files
chore(deps): update all dependencies
1 parent bf0bae8 commit 593e663

4 files changed

Lines changed: 226 additions & 240 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: python3 -m pip install --user "tox>=4.0.0"
2626

2727
- name: Check out src from Git
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
with:
3030
fetch-depth: 0 # needed by setuptools-scm
3131

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
- id: pydoclint
4040
priority: 1
4141
- repo: https://github.com/astral-sh/uv-pre-commit
42-
rev: 0.11.23
42+
rev: 0.11.24
4343
hooks:
4444
- id: uv-sync
4545
- id: uv-lock
@@ -49,7 +49,7 @@ repos:
4949
args: ["--upgrade"]
5050
stages: [manual]
5151
- repo: https://github.com/biomejs/pre-commit
52-
rev: "v2.5.0"
52+
rev: "v2.5.1"
5353
hooks:
5454
- id: biome-check
5555
name: biome

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 24.17.0
1+
nodejs 24.18.0

0 commit comments

Comments
 (0)