From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:02:26 +0000 (+0200) Subject: Bump pypa/cibuildwheel from 2.20.0 to 2.21.1 (#11885) X-Git-Tag: rel_2_0_36~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0a982ca59c8693f9dfbc2ebf6d999e760440f5b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Bump pypa/cibuildwheel from 2.20.0 to 2.21.1 (#11885) Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.20.0 to 2.21.1. - [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.20.0...v2.21.1) --- 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 ea4dcdd3e7a42b16ddeabc78b4f455e37ecdbe7c) --- diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index 7fbc8e9ea2..5f31d230d0 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.20.0 + uses: pypa/cibuildwheel@v2.21.1 env: CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }} CIBW_BUILD: ${{ matrix.python }}