]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Bump pypa/cibuildwheel from 2.20.0 to 2.21.1 (#11885)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 17 Sep 2024 18:02:26 +0000 (20:02 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 17 Sep 2024 18:03:20 +0000 (20:03 +0200)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit ea4dcdd3e7a42b16ddeabc78b4f455e37ecdbe7c)

.github/workflows/create-wheels.yaml

index 7fbc8e9ea21db7147b25aaaf529789965f619262..5f31d230d059ec923ee8816df424b6fe3979507f 100644 (file)
@@ -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 }}