Skip to content

Commit edeb71e

Browse files
chore(deps): bump versions (#448)
[create-pull-request] automated change Co-authored-by: henryiii <[email protected]>
1 parent 9514fda commit edeb71e

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
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.5.0"
32+
rev: "v0.5.1"
3333
hooks:
3434
- id: ruff
3535
args: ["--fix", "--show-fixes"]

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/attest-build-provenance@v1.1.2
157+
uses: actions/attest-build-provenance@v1.3.2
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/attest-build-provenance@v1.1.2
255+
uses: actions/attest-build-provenance@v1.3.2
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/attest-build-provenance@v1.1.2
181+
uses: actions/attest-build-provenance@v1.3.2
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.5.0"
114+
rev: "v0.5.1"
115115
hooks:
116116
# id: ruff would go here if using both
117117
- id: ruff-format
@@ -180,7 +180,7 @@ markdown and restructured text. Note that because black is in
180180

181181
```yaml
182182
- repo: https://github.com/adamchainz/blacken-docs
183-
rev: "1.16.0"
183+
rev: "1.18.0"
184184
hooks:
185185
- id: blacken-docs
186186
additional_dependencies: [black==24.*]
@@ -201,7 +201,7 @@ pre-commit hook.
201201
202202
```yaml
203203
- repo: https://github.com/astral-sh/ruff-pre-commit
204-
rev: "v0.5.0"
204+
rev: "v0.5.1"
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.7"
750+
rev: "v18.1.8"
751751
hooks:
752752
- id: clang-format
753753
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
@@ -49,7 +49,7 @@ jobs:
4949
path: dist
5050

5151
- name: Generate artifact attestation for sdist and wheel
52-
uses: actions/attest-build-provenance@v1.1.2
52+
uses: actions/attest-build-provenance@v1.3.2
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/attest-build-provenance@v1.1.2
77+
uses: actions/attest-build-provenance@v1.3.2
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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/adamchainz/blacken-docs
7-
rev: "1.16.0"
7+
rev: "1.18.0"
88
hooks:
99
- id: blacken-docs
1010
additional_dependencies: [black==24.*]
@@ -40,7 +40,7 @@ repos:
4040
args: [--prose-wrap=always]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.5.0"
43+
rev: "v0.5.1"
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.7"
62+
rev: "v18.1.8"
6363
hooks:
6464
- id: clang-format
6565
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)