Skip to content

Commit 5465c47

Browse files
chore(deps): bump versions (#565)
[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 967d81a commit 5465c47

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.9.9"
32+
rev: "v0.9.10"
3333
hooks:
3434
- id: ruff
3535
args: ["--fix", "--show-fixes"]
@@ -59,7 +59,7 @@ repos:
5959
- types-PyYAML
6060

6161
- repo: https://github.com/rbubley/mirrors-prettier
62-
rev: "v3.5.2"
62+
rev: "v3.5.3"
6363
hooks:
6464
- id: prettier
6565
types_or: [yaml, markdown, html, css, scss, javascript, json]

docs/pages/guides/gha_pure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ publish:
154154
path: dist
155155
156156
- name: Generate artifact attestation for sdist and wheel
157-
uses: actions/[email protected].2
157+
uses: actions/[email protected].3
158158
with:
159159
subject-path: "dist/*"
160160
@@ -252,7 +252,7 @@ jobs:
252252
path: dist
253253
254254
- name: Generate artifact attestation for sdist and wheel
255-
uses: actions/[email protected].2
255+
uses: actions/[email protected].3
256256
with:
257257
subject-path: "dist/*"
258258

docs/pages/guides/gha_wheels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ upload_all:
178178
merge-multiple: true
179179
180180
- name: Generate artifact attestations
181-
uses: actions/[email protected].2
181+
uses: actions/[email protected].3
182182
with:
183183
subject-path: "dist/*"
184184

docs/pages/guides/style.md

Lines changed: 4 additions & 4 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.9.9"
114+
rev: "v0.9.10"
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.9.9"
204+
rev: "v0.9.10"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]
@@ -774,7 +774,7 @@ number of different file types. An example of usage:
774774

775775
```yaml
776776
- repo: https://github.com/rbubley/mirrors-prettier
777-
rev: "v3.5.2"
777+
rev: "v3.5.3"
778778
hooks:
779779
- id: prettier
780780
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -822,7 +822,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML.
822822

823823
```yaml
824824
- repo: https://github.com/python-jsonschema/check-jsonschema
825-
rev: "0.31.2"
825+
rev: "0.31.3"
826826
hooks:
827827
- id: check-dependabot
828828
- 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
@@ -49,7 +49,7 @@ jobs:
4949
path: dist
5050

5151
- name: Generate artifact attestation for sdist and wheel
52-
uses: actions/[email protected].2
52+
uses: actions/[email protected].3
5353
with:
5454
subject-path: "dist/*"
5555

{{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
@@ -74,7 +74,7 @@ jobs:
7474
merge-multiple: true
7575

7676
- name: Generate artifact attestations
77-
uses: actions/[email protected].2
77+
uses: actions/[email protected].3
7878
with:
7979
subject-path: "dist/*"
8080

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ repos:
3535
- id: rst-inline-touching-normal
3636

3737
- repo: https://github.com/rbubley/mirrors-prettier
38-
rev: "v3.5.2"
38+
rev: "v3.5.3"
3939
hooks:
4040
- id: prettier
4141
types_or: [yaml, markdown, html, css, scss, javascript, json]
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.9.9"
45+
rev: "v0.9.10"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
@@ -101,7 +101,7 @@ repos:
101101
additional_dependencies: ["validate-pyproject-schema-store[all]"]
102102

103103
- repo: https://github.com/python-jsonschema/check-jsonschema
104-
rev: "0.31.2"
104+
rev: "0.31.3"
105105
hooks:
106106
{%- if cookiecutter.__ci == "github" %}
107107
- id: check-dependabot

0 commit comments

Comments
 (0)