Skip to content

Commit 62cec19

Browse files
Bump the dependencies group across 1 directory with 2 updates (#349)
Bumps the dependencies group with 2 updates in the / directory: [scitools/workflows](https://github.com/scitools/workflows) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `scitools/workflows` from 2025.05.1 to 2025.06.1 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](SciTools/workflows@2025.05.1...2025.06.1) Updates `pypa/cibuildwheel` from 2.23.3 to 3.0.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.3...v3.0.0) --- updated-dependencies: - dependency-name: scitools/workflows dependency-version: 2025.06.1 dependency-type: direct:production dependency-group: dependencies - dependency-name: pypa/cibuildwheel dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b09c836 commit 62cec19

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 }}

0 commit comments

Comments
 (0)