Skip to content

Commit 77d55bb

Browse files
chore(deps): bump versions (#749)
[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 b4cf2e1 commit 77d55bb

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.4"
32+
rev: "v0.15.6"
3333
hooks:
3434
- id: ruff-check
3535
args: ["--fix", "--show-fixes"]

docs/pages/guides/gha_wheels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ build_wheels:
127127
128128
- uses: astral-sh/setup-uv@v7
129129
130-
- uses: pypa/cibuildwheel@v3.3
130+
- uses: pypa/cibuildwheel@v3.4
131131
132132
- name: Upload wheels
133133
uses: actions/upload-artifact@v7

docs/pages/guides/style.md

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

141141
```yaml
142142
- repo: https://github.com/astral-sh/ruff-pre-commit
143-
rev: "v0.15.4"
143+
rev: "v0.15.6"
144144
hooks:
145145
# id: ruff-check would go here if using both
146146
- id: ruff-format
@@ -170,7 +170,7 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`:
170170
171171
```yaml
172172
- repo: https://github.com/psf/black-pre-commit-mirror
173-
rev: "26.1.0"
173+
rev: "26.3.1"
174174
hooks:
175175
- id: black
176176
```
@@ -230,7 +230,7 @@ pre-commit hook.
230230
231231
```yaml
232232
- repo: https://github.com/astral-sh/ruff-pre-commit
233-
rev: "v0.15.4"
233+
rev: "v0.15.6"
234234
hooks:
235235
- id: ruff-check
236236
args: ["--fix", "--show-fixes"]
@@ -755,7 +755,7 @@ If you want a Python based tool, [codespell] is the classic tool used.
755755

756756
```yaml
757757
- repo: https://github.com/codespell-project/codespell
758-
rev: "v2.4.1"
758+
rev: "v2.4.2"
759759
hooks:
760760
- id: codespell
761761
additional_dependencies:
@@ -866,7 +866,7 @@ following pre-commit config:
866866

867867
```yaml
868868
- repo: https://github.com/pre-commit/mirrors-clang-format
869-
rev: "v22.1.0"
869+
rev: "v22.1.1"
870870
hooks:
871871
- id: clang-format
872872
types_or: [c++, c, cuda]

{{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
@@ -56,7 +56,7 @@ jobs:
5656

5757
- uses: astral-sh/setup-uv@v7
5858

59-
- uses: pypa/cibuildwheel@v3.3
59+
- uses: pypa/cibuildwheel@v3.4
6060

6161
- name: Upload wheels
6262
uses: actions/upload-artifact@v7

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
args: [--prose-wrap=always]
4444

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

5454
- repo: https://github.com/pre-commit/mirrors-clang-format
55-
rev: "v22.1.0"
55+
rev: "v22.1.1"
5656
hooks:
5757
- id: clang-format
5858
types_or: [c++, c, cuda]
@@ -70,7 +70,7 @@ repos:
7070
- pytest
7171

7272
- repo: https://github.com/codespell-project/codespell
73-
rev: "v2.4.1"
73+
rev: "v2.4.2"
7474
hooks:
7575
- id: codespell
7676
additional_dependencies:

0 commit comments

Comments
 (0)