Skip to content

Commit a6eb4c2

Browse files
chore(deps): bump versions (#803)
[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 3295ceb commit a6eb4c2

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.16"
32+
rev: "v0.15.17"
3333
hooks:
3434
- id: ruff-check
3535
args: ["--fix"]
@@ -60,13 +60,13 @@ repos:
6060
- types-PyYAML
6161

6262
- repo: https://github.com/rbubley/mirrors-prettier
63-
rev: "v3.8.3"
63+
rev: "v3.8.4"
6464
hooks:
6565
- id: prettier
6666
types_or: [yaml, html, css, scss, javascript, json]
6767

6868
- repo: https://github.com/rvben/rumdl-pre-commit
69-
rev: v0.2.0
69+
rev: "v0.2.16"
7070
hooks:
7171
- id: rumdl
7272
args: [--no-exclude] # Disable all exclude patterns

docs/pages/guides/gha_wheels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ build_wheels:
116116
117117
- uses: astral-sh/setup-uv@v8.2.0
118118
119-
- uses: pypa/cibuildwheel@v4.0
119+
- uses: pypa/cibuildwheel@v4.1
120120
121121
- name: Upload wheels
122122
uses: actions/upload-artifact@v7

docs/pages/guides/style.md

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

150150
```yaml
151151
- repo: https://github.com/astral-sh/ruff-pre-commit
152-
rev: "v0.15.16"
152+
rev: "v0.15.17"
153153
hooks:
154154
# id: ruff-check would go here if using both
155155
- id: ruff-format
@@ -235,7 +235,7 @@ pre-commit hook.
235235

236236
```yaml
237237
- repo: https://github.com/astral-sh/ruff-pre-commit
238-
rev: "v0.15.16"
238+
rev: "v0.15.17"
239239
hooks:
240240
- id: ruff-check
241241
args: ["--fix", "--show-fixes"]
@@ -897,7 +897,7 @@ number of different file types. An example of usage:
897897

898898
```yaml
899899
- repo: https://github.com/rbubley/mirrors-prettier
900-
rev: "v3.8.3"
900+
rev: "v3.8.4"
901901
hooks:
902902
- id: prettier
903903
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -945,7 +945,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML.
945945

946946
```yaml
947947
- repo: https://github.com/python-jsonschema/check-jsonschema
948-
rev: "0.37.2"
948+
rev: "0.37.3"
949949
hooks:
950950
- id: check-dependabot
951951
- 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
@@ -56,7 +56,7 @@ jobs:
5656

5757
- uses: astral-sh/setup-uv@v8.2.0
5858

59-
- uses: pypa/cibuildwheel@v4.0
59+
- uses: pypa/cibuildwheel@v4.1
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
@@ -36,14 +36,14 @@ repos:
3636
- id: rst-inline-touching-normal
3737

3838
- repo: https://github.com/rbubley/mirrors-prettier
39-
rev: "v3.8.3"
39+
rev: "v3.8.4"
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.16"
46+
rev: "v0.15.17"
4747
hooks:
4848
- id: ruff-check
4949
args: ["--fix"]
@@ -105,7 +105,7 @@ repos:
105105
additional_dependencies: ["validate-pyproject-schema-store[all]"]
106106

107107
- repo: https://github.com/python-jsonschema/check-jsonschema
108-
rev: "0.37.2"
108+
rev: "0.37.3"
109109
hooks:
110110
{%- if cookiecutter.__ci == "github" %}
111111
- id: check-dependabot

0 commit comments

Comments
 (0)