Skip to content

Commit b2c8259

Browse files
chore(deps): bump versions (#492)
[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 e7ffa41 commit b2c8259

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.6.4"
32+
rev: "v0.6.5"
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.20
117+
- uses: pypa/cibuildwheel@v2.21
118118
119119
- name: Upload wheels
120120
uses: actions/upload-artifact@v4

docs/pages/guides/style.md

Lines changed: 2 additions & 2 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.6.4"
114+
rev: "v0.6.5"
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.6.4"
204+
rev: "v0.6.5"
205205
hooks:
206206
- id: ruff
207207
args: ["--fix", "--show-fixes"]

{{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.20
51+
- uses: pypa/cibuildwheel@v2.21
5252

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

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

Lines changed: 1 addition & 1 deletion
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.6.4"
45+
rev: "v0.6.5"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)