Skip to content

Commit a920e61

Browse files
chore(deps): bump versions (#426)
[create-pull-request] automated change Co-authored-by: henryiii <[email protected]>
1 parent 58f48ba commit a920e61

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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.4.3"
32+
rev: "v0.4.4"
3333
hooks:
3434
- id: ruff
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
@@ -114,7 +114,7 @@ build_wheels:
114114
fetch-depth: 0
115115
submodules: true
116116
117-
- uses: pypa/cibuildwheel@v2.17
117+
- uses: pypa/cibuildwheel@v2.18
118118
119119
- name: Upload wheels
120120
uses: actions/upload-artifact@v4

docs/pages/guides/style.md

Lines changed: 5 additions & 5 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.4.3"
114+
rev: "v0.4.4"
115115
hooks:
116116
# id: ruff 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.4.3"
204+
rev: "v0.4.4"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]
@@ -747,7 +747,7 @@ following pre-commit config:
747747

748748
```yaml
749749
- repo: https://github.com/pre-commit/mirrors-clang-format
750-
rev: "v18.1.4"
750+
rev: "v18.1.5"
751751
hooks:
752752
- id: clang-format
753753
types_or: [c++, c, cuda]
@@ -810,7 +810,7 @@ can even get all [SchemaStore][]'s plugins with the
810810

811811
```yaml
812812
- repo: https://github.com/abravalheri/validate-pyproject
813-
rev: "v0.16"
813+
rev: "v0.17"
814814
hooks:
815815
- id: validate-pyproject
816816
additional_dependencies: ["validate-pyproject-schema-store[all]"]
@@ -824,7 +824,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML.
824824

825825
```yaml
826826
- repo: https://github.com/python-jsonschema/check-jsonschema
827-
rev: "0.28.2"
827+
rev: "0.28.3"
828828
hooks:
829829
- id: check-dependabot
830830
- id: check-github-workflows

{{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
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
fetch-depth: 0
5050

51-
- uses: pypa/cibuildwheel@v2.17
51+
- uses: pypa/cibuildwheel@v2.18
5252

5353
- name: Upload wheels
5454
uses: actions/upload-artifact@v4

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
args: [--prose-wrap=always]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.4.3"
43+
rev: "v0.4.4"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes"]
@@ -59,7 +59,7 @@ repos:
5959
{%- if cookiecutter.backend in ["pybind11", "skbuild", "mesonpy"] %}
6060

6161
- repo: https://github.com/pre-commit/mirrors-clang-format
62-
rev: "v18.1.4"
62+
rev: "v18.1.5"
6363
hooks:
6464
- id: clang-format
6565
types_or: [c++, c, cuda]
@@ -112,13 +112,13 @@ repos:
112112
{%- endif %}
113113

114114
- repo: https://github.com/abravalheri/validate-pyproject
115-
rev: "v0.16"
115+
rev: "v0.17"
116116
hooks:
117117
- id: validate-pyproject
118118
additional_dependencies: ["validate-pyproject-schema-store[all]"]
119119

120120
- repo: https://github.com/python-jsonschema/check-jsonschema
121-
rev: "0.28.2"
121+
rev: "0.28.3"
122122
hooks:
123123
{%- if cookiecutter.__ci == "github" %}
124124
- id: check-dependabot

0 commit comments

Comments
 (0)