]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Bump pypa/cibuildwheel from 2.10.2 to 2.11.1 (#8630)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 14 Oct 2022 17:47:26 +0000 (19:47 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Oct 2022 17:47:26 +0000 (19:47 +0200)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.10.2 to 2.11.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.10.2...v2.11.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/create-wheels.yaml

index 96214d689986ad3148069d480c28410f3e54ce73..b78a7b68b3f8c32833279b8949de5472d64a5a68 100644 (file)
@@ -58,7 +58,7 @@ jobs:
 
       - name: Build compiled wheels
         if: ${{ matrix.wheel_mode == 'compiled' }}
-        uses: pypa/cibuildwheel@v2.10.2
+        uses: pypa/cibuildwheel@v2.11.1
         env:
           CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }}