Skip to content

Commit 3c193aa

Browse files
dependabot[bot]mergify[bot]TimPansino
authored
Bump pypa/cibuildwheel from 2.17.0 to 2.23.3 in the cibuildwheel group (#1374)
* Bump pypa/cibuildwheel from 2.17.0 to 2.23.3 in the cibuildwheel group Bumps the cibuildwheel group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.17.0 to 2.23.3 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.17...faf86a6) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 2.23.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cibuildwheel ... Signed-off-by: dependabot[bot] <[email protected]> * Tweak cibuildwheel ignore --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Tim Pansino <[email protected]>
1 parent 937d5b9 commit 3c193aa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ updates:
3434
schedule:
3535
interval: "weekly"
3636
open-pull-requests-limit: 1
37-
# Ignore pinned version of cibuildwheel for Python 3.7
37+
# Ignore cibuildwheel to avoid dropped Python versions
3838
ignore:
3939
- dependency-name: "pypa/cibuildwheel*"
40-
versions: ["8d945475ac4b1aac4ae08b2fd27db9917158b6ce", "2.17.0"]
4140
# Don't group cibuildwheel with other actions, so we don't accidentally upgrade too far
4241
groups:
4342
cibuildwheel:

.github/workflows/deploy-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # 3.6.0
8686

8787
- name: Build Wheels
88-
uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # 2.23.2
88+
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # 2.23.3
8989
env:
9090
CIBW_PLATFORM: linux
9191
CIBW_BUILD: "${{ matrix.wheel }}*"

0 commit comments

Comments
 (0)