Skip to content

Commit 3715d1e

Browse files
authored
Merge branch 'main' into auto-update-lockfiles
2 parents 43dafba + f5dea07 commit 3715d1e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci-locks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ concurrency:
1818

1919
jobs:
2020
refresh_lockfiles:
21-
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.05.1
21+
uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.06.1
2222
secrets: inherit

.github/workflows/ci-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ concurrency:
2525
jobs:
2626
manifest:
2727
name: "check-manifest"
28-
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.05.1
28+
uses: scitools/workflows/.github/workflows/ci-manifest.yml@2025.06.1

.github/workflows/ci-template-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
prompt-share:
13-
uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.05.1
13+
uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.06.1
1414
secrets: inherit
1515
with:
1616
pr_number: ${{ github.event.pull_request.number }}

.github/workflows/ci-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949

5050
- name: "build ${{ matrix.os }} (${{ matrix.arch }}) wheels"
51-
uses: pypa/cibuildwheel@v2.23.3
51+
uses: pypa/cibuildwheel@v3.0.0
5252
env:
5353
CIBW_SKIP: "cp39-* cp313-* pp* *-musllinux*"
5454
CIBW_ARCHS: ${{ matrix.arch }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838

3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.11.8"
41+
rev: "v0.11.13"
4242
hooks:
4343
- id: ruff
4444
types: [file, python]
@@ -70,7 +70,7 @@ repos:
7070
types: [file, python]
7171

7272
- repo: https://github.com/pre-commit/mirrors-mypy
73-
rev: 'v1.15.0'
73+
rev: 'v1.16.0'
7474
hooks:
7575
- id: mypy
7676
exclude: 'noxfile\.py|docs/conf\.py'

0 commit comments

Comments
 (0)