Skip to content

Commit 3e7d808

Browse files
chore(deps): bump versions (#779)
[create-pull-request] automated change Co-authored-by: scientific-python-pr-tokenbot[bot] <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com>
1 parent e88c281 commit 3e7d808

8 files changed

Lines changed: 24 additions & 24 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
additional_dependencies: [black==24.*]
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.15.9"
32+
rev: "v0.15.11"
3333
hooks:
3434
- id: ruff-check
3535
args: ["--fix", "--show-fixes"]
@@ -43,7 +43,7 @@ repos:
4343
- id: rst-inline-touching-normal
4444

4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: "v1.20.0"
46+
rev: "v1.20.1"
4747
hooks:
4848
- id: mypy
4949
files: "(src|tests|noxfile.py)"
@@ -60,14 +60,14 @@ repos:
6060
- types-PyYAML
6161

6262
- repo: https://github.com/rbubley/mirrors-prettier
63-
rev: "v3.8.1"
63+
rev: "v3.8.3"
6464
hooks:
6565
- id: prettier
6666
types_or: [yaml, markdown, html, css, scss, javascript, json]
6767
args: [--prose-wrap=always]
6868

6969
- repo: https://github.com/crate-ci/typos
70-
rev: "v1.45.0"
70+
rev: "v1.45.1"
7171
hooks:
7272
- id: typos
7373
exclude: ^Gemfile\.lock$

docs/pages/guides/gha_basic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ tests:
115115
allow-prereleases: true
116116
117117
- name: Download uv
118-
uses: astral-sh/setup-uv@v8.0.0
118+
uses: astral-sh/setup-uv@v8.1.0
119119
120120
- name: Test package
121121
run: uv run pytest
@@ -693,7 +693,7 @@ this action later; specifically, may want to use
693693

694694
```yaml
695695
- name: Upload artifact
696-
uses: actions/upload-pages-artifact@v4
696+
uses: actions/upload-pages-artifact@v5
697697
```
698698

699699
This actions defaults to uploading `_site`, but you can give any `with: path:`

docs/pages/guides/gha_wheels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ make_sdist:
8383
with:
8484
fetch-depth: 0 # Optional, use if you use setuptools_scm
8585
submodules: true # Optional, use if you have submodules
86-
- uses: astral-sh/setup-uv@v8.0.0
86+
- uses: astral-sh/setup-uv@v8.1.0
8787
8888
- name: Build SDist
8989
run: uv build --sdist
@@ -125,7 +125,7 @@ build_wheels:
125125
fetch-depth: 0
126126
submodules: true
127127
128-
- uses: astral-sh/setup-uv@v8.0.0
128+
- uses: astral-sh/setup-uv@v8.1.0
129129
130130
- uses: pypa/cibuildwheel@v3.4
131131

docs/pages/guides/style.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
158158

159159
```yaml
160160
- repo: https://github.com/astral-sh/ruff-pre-commit
161-
rev: "v0.15.9"
161+
rev: "v0.15.11"
162162
hooks:
163163
# id: ruff-check would go here if using both
164164
- id: ruff-format
@@ -248,7 +248,7 @@ pre-commit hook.
248248
249249
```yaml
250250
- repo: https://github.com/astral-sh/ruff-pre-commit
251-
rev: "v0.15.9"
251+
rev: "v0.15.11"
252252
hooks:
253253
- id: ruff-check
254254
args: ["--fix", "--show-fixes"]
@@ -639,7 +639,7 @@ The MyPy addition for pre-commit:
639639

640640
```yaml
641641
- repo: https://github.com/pre-commit/mirrors-mypy
642-
rev: "v1.20.0"
642+
rev: "v1.20.1"
643643
hooks:
644644
- id: mypy
645645
files: src
@@ -804,7 +804,7 @@ integration.
804804

805805
```yaml
806806
- repo: https://github.com/crate-ci/typos
807-
rev: "v1.45.0"
807+
rev: "v1.45.1"
808808
hooks:
809809
- id: typos
810810
args: []
@@ -884,7 +884,7 @@ following pre-commit config:
884884

885885
```yaml
886886
- repo: https://github.com/pre-commit/mirrors-clang-format
887-
rev: "v22.1.2"
887+
rev: "v22.1.3"
888888
hooks:
889889
- id: clang-format
890890
types_or: [c++, c, cuda]
@@ -913,7 +913,7 @@ number of different file types. An example of usage:
913913

914914
```yaml
915915
- repo: https://github.com/rbubley/mirrors-prettier
916-
rev: "v3.8.1"
916+
rev: "v3.8.3"
917917
hooks:
918918
- id: prettier
919919
types_or: [yaml, markdown, html, css, scss, javascript, json]

docs/pages/guides/tasks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ On GitHub Actions or Azure, pipx is available by default, so you should use
7575
action:
7676

7777
```yaml
78-
- uses: wntrblm/nox@2026.02.09
78+
- uses: wntrblm/nox@2026.04.10
7979
```
8080
8181
You can now access all current versions of Python from nox. At least in GitHub
@@ -84,7 +84,7 @@ your logs, or set `env: FORCE_COLOR: 3`[^force_color]. If you'd like to
8484
customize the versions of Python prepared for you, then use input like this:
8585

8686
```yaml
87-
- uses: wntrblm/nox@2026.02.09
87+
- uses: wntrblm/nox@2026.04.10
8888
with:
8989
python-versions: "3.10, 3.11, 3.12, 3.13, 3.13t, 3.14, 3.14t, pypy-3.11"
9090
```
@@ -319,7 +319,7 @@ You can install `uv` with `pipx`, `brew`, etc. If you want to use uv in GitHub
319319
Actions, one way is to use this:
320320

321321
```yaml
322-
- uses: astral-sh/setup-uv@v8.0.0
322+
- uses: astral-sh/setup-uv@v8.1.0
323323
```
324324

325325
Check your jobs with `uv`; most things do not need to change. The main

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
python-version: "3.x"
3434

35-
- uses: astral-sh/setup-uv@v8.0.0
35+
- uses: astral-sh/setup-uv@v8.1.0
3636

3737
- uses: j178/prek-action@v2
3838

@@ -67,7 +67,7 @@ jobs:
6767
python-version: {% raw %}${{ matrix.python-version }}{% endraw %}
6868
allow-prereleases: true
6969

70-
- uses: astral-sh/setup-uv@v8.0.0
70+
- uses: astral-sh/setup-uv@v8.1.0
7171

7272
{%- if cookiecutter.backend == "mesonpy" %}
7373

{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
fetch-depth: 0
5656

57-
- uses: astral-sh/setup-uv@v8.0.0
57+
- uses: astral-sh/setup-uv@v8.1.0
5858

5959
- uses: pypa/cibuildwheel@v3.4
6060

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ repos:
3636
- id: rst-inline-touching-normal
3737

3838
- repo: https://github.com/rbubley/mirrors-prettier
39-
rev: "v3.8.1"
39+
rev: "v3.8.3"
4040
hooks:
4141
- id: prettier
4242
types_or: [yaml, markdown, html, css, scss, javascript, json]
4343
args: [--prose-wrap=always]
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: "v0.15.9"
46+
rev: "v0.15.11"
4747
hooks:
4848
- id: ruff-check
4949
args: ["--fix"]
@@ -52,15 +52,15 @@ repos:
5252
{%- if cookiecutter.backend in ["pybind11", "skbuild", "mesonpy"] %}
5353

5454
- repo: https://github.com/pre-commit/mirrors-clang-format
55-
rev: "v22.1.2"
55+
rev: "v22.1.3"
5656
hooks:
5757
- id: clang-format
5858
types_or: [c++, c, cuda]
5959

6060
{%- endif %}
6161

6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: "v1.20.0"
63+
rev: "v1.20.1"
6464
hooks:
6565
- id: mypy
6666
files: src|tests|noxfile.py

0 commit comments

Comments
 (0)