Skip to content

Commit aa57a17

Browse files
chore(deps): bump versions (#541)
* [create-pull-request] automated change * chore: ignore hep for scikit-hep repos Signed-off-by: Henry Schreiner <[email protected]> * Apply suggestions from code review --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: scientific-python-pr-tokenbot[bot] <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 6a4b022 commit aa57a17

File tree

9 files changed

+14
-14
lines changed

9 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.2"
32+
rev: "v0.9.3"
3333
hooks:
3434
- id: ruff
3535
args: ["--fix", "--show-fixes"]
@@ -66,7 +66,7 @@ repos:
6666
args: [--prose-wrap=always]
6767

6868
- repo: https://github.com/codespell-project/codespell
69-
rev: "v2.3.0"
69+
rev: "v2.4.1"
7070
hooks:
7171
- id: codespell
7272
exclude: ^Gemfile\.lock$

docs/pages/guides/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ enough for a simple testing suite, can be written as follows:
9191

9292
```yaml
9393
- name: Upload coverage report
94-
uses: codecov/codecov-action@v5.1.2
94+
uses: codecov/codecov-action@v5.3.1
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
9797
```

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@v2.1.0
157+
uses: actions/attest-build-provenance@v2.2.0
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@v2.1.0
255+
uses: actions/attest-build-provenance@v2.2.0
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@v2.1.0
181+
uses: actions/attest-build-provenance@v2.2.0
182182
with:
183183
subject-path: "dist/*"
184184

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.9.2"
114+
rev: "v0.9.3"
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.2"
204+
rev: "v0.9.3"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]
@@ -663,7 +663,7 @@ than a list of "valid" words. To use:
663663

664664
```yaml
665665
- repo: https://github.com/codespell-project/codespell
666-
rev: "v2.3.0"
666+
rev: "v2.4.1"
667667
hooks:
668668
- id: codespell
669669
args: ["-L", "sur,nd"]

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
--durations=20
7575
7676
- name: Upload coverage report
77-
uses: codecov/codecov-action@v5.1.2
77+
uses: codecov/codecov-action@v5.3.1
7878
with:
7979
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}

{{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@v2.1.0
52+
uses: actions/attest-build-provenance@v2.2.0
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@v2.1.0
77+
uses: actions/attest-build-provenance@v2.2.0
7878
with:
7979
subject-path: "dist/*"
8080

{{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.9.2"
45+
rev: "v0.9.3"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
@@ -68,7 +68,7 @@ repos:
6868
- pytest
6969

7070
- repo: https://github.com/codespell-project/codespell
71-
rev: "v2.3.0"
71+
rev: "v2.4.1"
7272
hooks:
7373
- id: codespell
7474

0 commit comments

Comments
 (0)