Skip to content

Commit cc9c354

Browse files
chore(deps): bump versions (#643)
[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 840c182 commit cc9c354

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.13.1"
32+
rev: "v0.13.2"
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@v6
129129
130-
- uses: pypa/cibuildwheel@v3.1
130+
- uses: pypa/cibuildwheel@v3.2
131131
132132
- name: Upload wheels
133133
uses: actions/upload-artifact@v4

docs/pages/guides/style.md

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

112112
```yaml
113113
- repo: https://github.com/astral-sh/ruff-pre-commit
114-
rev: "v0.13.1"
114+
rev: "v0.13.2"
115115
hooks:
116116
# id: ruff-check would go here if using both
117117
- id: ruff-format
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202
```yaml
203203
- repo: https://github.com/astral-sh/ruff-pre-commit
204-
rev: "v0.13.1"
204+
rev: "v0.13.2"
205205
hooks:
206206
- id: ruff-check
207207
args: ["--fix", "--show-fixes"]
@@ -744,7 +744,7 @@ following pre-commit config:
744744

745745
```yaml
746746
- repo: https://github.com/pre-commit/mirrors-clang-format
747-
rev: "v21.1.1"
747+
rev: "v21.1.2"
748748
hooks:
749749
- id: clang-format
750750
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@v6
5858

59-
- uses: pypa/cibuildwheel@v3.1
59+
- uses: pypa/cibuildwheel@v3.2
6060

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

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

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

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.13.1"
45+
rev: "v0.13.2"
4646
hooks:
4747
- id: ruff-check
4848
args: ["--fix", "--show-fixes"]
@@ -51,7 +51,7 @@ repos:
5151
{%- if cookiecutter.backend in ["pybind11", "skbuild", "mesonpy"] %}
5252

5353
- repo: https://github.com/pre-commit/mirrors-clang-format
54-
rev: "v21.1.1"
54+
rev: "v21.1.2"
5555
hooks:
5656
- id: clang-format
5757
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)