Skip to content

Commit 38dcc95

Browse files
chore(deps): bump versions (#284)
[create-pull-request] automated change Co-authored-by: henryiii <[email protected]>
1 parent 12b93e3 commit 38dcc95

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: "^({{cookiecutter\\.project_name}}|hooks/pre_gen_project.py$)"
77

88
repos:
99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: "23.7.0"
10+
rev: "23.9.1"
1111
hooks:
1212
- id: black-jupyter
1313

@@ -18,7 +18,7 @@ repos:
1818
additional_dependencies: [black==23.7.0]
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: "v0.0.287"
21+
rev: "v0.0.290"
2222
hooks:
2323
- id: ruff
2424
args: ["--fix", "--show-fixes"]

docs/pages/guides/gha_wheels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ build_wheels:
121121
fetch-depth: 0
122122
submodules: true
123123
124-
- uses: pypa/cibuildwheel@v2.15
124+
- uses: pypa/cibuildwheel@v2.16
125125
126126
- name: Upload wheels
127127
uses: actions/upload-artifact@v3

docs/pages/guides/style.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`:
106106

107107
```yaml
108108
- repo: https://github.com/psf/black-pre-commit-mirror
109-
rev: "23.7.0"
109+
rev: "23.9.1"
110110
hooks:
111111
- id: black
112112
```
@@ -162,7 +162,7 @@ pre-commit hook.
162162

163163
```yaml
164164
- repo: https://github.com/astral-sh/ruff-pre-commit
165-
rev: "v0.0.287"
165+
rev: "v0.0.290"
166166
hooks:
167167
- id: ruff
168168
args: ["--fix", "--show-fixes"]
@@ -435,7 +435,7 @@ when clearly better (please always use them, they are faster) if you set
435435

436436
```yaml
437437
- repo: https://github.com/asottile/pyupgrade
438-
rev: "v3.10.1"
438+
rev: "v3.11.2"
439439
hooks:
440440
- id: pyupgrade
441441
args: ["--py38-plus"]

{{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
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
fetch-depth: 0
4444

45-
- uses: pypa/cibuildwheel@v2.15
45+
- uses: pypa/cibuildwheel@v2.16
4646

4747
- name: Upload wheels
4848
uses: actions/upload-artifact@v3

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black-pre-commit-mirror
7-
rev: "23.7.0"
7+
rev: "23.9.1"
88
hooks:
99
- id: black-jupyter
1010

@@ -45,7 +45,7 @@ repos:
4545
args: [--prose-wrap=always]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.0.287"
48+
rev: "v0.0.290"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)