Skip to content

Commit c17aeb9

Browse files
build(deps): bump the minor-patch-dependencies group with 2 updates
Bumps the minor-patch-dependencies group with 2 updates: [msys2/setup-msys2](https://github.com/msys2/setup-msys2) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `msys2/setup-msys2` from 2.30.0 to 2.31.0 - [Release notes](https://github.com/msys2/setup-msys2/releases) - [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md) - [Commits](msys2/setup-msys2@v2.30.0...v2.31.0) Updates `pypa/cibuildwheel` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@298ed2f...ee02a15) --- updated-dependencies: - dependency-name: msys2/setup-msys2 dependency-version: 2.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: pypa/cibuildwheel dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54a1396 commit c17aeb9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ jobs:
7272
# -------------- Windows stuff ---------------- #
7373

7474
- if: ${{ matrix.os == 'windows-2022' }}
75-
uses: msys2/setup-msys2@v2.30.0
75+
uses: msys2/setup-msys2@v2.31.0
7676
with:
7777
msystem: ucrt64
7878
update: true
7979

8080
- if: ${{ matrix.os == 'windows-11-arm' }}
81-
uses: msys2/setup-msys2@v2.30.0
81+
uses: msys2/setup-msys2@v2.31.0
8282
with:
8383
msystem: clangarm64
8484
update: true
@@ -118,7 +118,7 @@ jobs:
118118
# ------------- actual build ------------- #
119119

120120
- name: Build wheels
121-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
121+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
122122
env:
123123
CIBW_PLATFORM: ${{ matrix.cibw_platform }}
124124
CIBW_BUILD: ${{ matrix.kind == 'pyodide' && env.PYODIDE_CIBW_BUILD || matrix.cibw_build }}

0 commit comments

Comments
 (0)