From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 08:09:30 +0000 (+0200) Subject: Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 (#11148) X-Git-Tag: rel_2_0_30~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a3dee5b2dc7d0b4e84d6d887817ba78b71034e6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 (#11148) Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 to 2.17.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.5...v2.17.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 8e1e980b50b0be71f641bca7d81d32fef6565612) --- diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index 2ca2b981d8..ae520cbbf3 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -74,7 +74,7 @@ jobs: - name: Build compiled wheels if: ${{ matrix.wheel_mode == 'compiled' }} - uses: pypa/cibuildwheel@v2.16.5 + uses: pypa/cibuildwheel@v2.17.0 env: CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }} CIBW_BUILD: ${{ matrix.python }}