Skip to content

Commit f130b4a

Browse files
chore(deps): bump versions (#612)
* [create-pull-request] automated change * ci: check latest on 3.13 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: scientific-python-pr-tokenbot[bot] <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 70a16a5 commit f130b4a

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/reusable-cookie.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
allow-prereleases: true
41+
check-latest: ${{ matrix.python-version == '3.13' }}
4142

4243
- name: Setup uv
4344
uses: astral-sh/setup-uv@v6

docs/pages/guides/gha_wheels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ build_wheels:
119119
120120
- uses: astral-sh/setup-uv@v6
121121
122-
- uses: pypa/cibuildwheel@v2.23
122+
- uses: pypa/cibuildwheel@v3.0
123123
124124
- name: Upload wheels
125125
uses: actions/upload-artifact@v4

docs/pages/guides/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ following pre-commit config:
744744

745745
```yaml
746746
- repo: https://github.com/pre-commit/mirrors-clang-format
747-
rev: "v20.1.5"
747+
rev: "v20.1.6"
748748
hooks:
749749
- id: clang-format
750750
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
@@ -50,7 +50,7 @@ jobs:
5050

5151
- uses: astral-sh/setup-uv@v6
5252

53-
- uses: pypa/cibuildwheel@v2.23
53+
- uses: pypa/cibuildwheel@v3.0
5454

5555
- name: Upload wheels
5656
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
@@ -51,7 +51,7 @@ repos:
5151
{%- if cookiecutter.backend in ["pybind11", "skbuild", "mesonpy"] %}
5252

5353
- repo: https://github.com/pre-commit/mirrors-clang-format
54-
rev: "v20.1.5"
54+
rev: "v20.1.6"
5555
hooks:
5656
- id: clang-format
5757
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)