build(deps): bump pypa/cibuildwheel from 4.1.0 to 4.1.1 - #182
Merged
Conversation
Bumps pypa/cibuildwheel from v4.1.0 to v4.1.1 in the release and wheels workflows. test_wheel_workflows_use_cibuildwheel_v4_1_0 pins the exact cibuildwheel version both wheel-building workflows must use, so the bump has to update that guard in lockstep. Bumping the workflows alone fails CI, which is why the Dependabot-only diff could not go green. The guard is renamed to match the version it now asserts, and v4.1.0 joins the list of superseded versions the workflows must not fall back to. v4.1.1 is a patch release: no breaking changes, and its test-requires quoting fix (pypa/cibuildwheel#2913) applies to the pytest/pytest-cov test-requires this project already configures.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #178.
Dependabot opened #178 to bump
pypa/cibuildwheelfrom v4.1.0 to v4.1.1, but that PR could never go green: this repo has a guard test that pins the exact cibuildwheel version, and Dependabot only touches the workflow files.Failing on #178:
tests/test_wheels_config.py::test_wheel_workflows_use_cibuildwheel_v4_1_0It asserts
"pypa/cibuildwheel@v4.1.0" in textfor both wheel-building workflows, so bumping the workflows alone breaks it. Every OS/Python job in the CI matrix failed for this reason. This is the same defect class as #177, fixed in #181.#178 was also branched from a
mainthat predates #181, so it carried a stalerelease.yml. This PR branches from currentmain.What this PR does
pypa/cibuildwheel@v4.1.0occurrences to@v4.1.1inrelease.ymlandwheels.yml(the same set of files as build(deps): bump pypa/cibuildwheel from 4.1.0 to 4.1.1 #178).test_wheel_workflows_use_cibuildwheel_v4_1_1so the name matches what it asserts, and addsv4.1.0to the list of superseded versions the workflows must not use — consistent with the accumulating pattern already in that test (v4.0.0,v3.4.1,v2.21.3).Compatibility
v4.1.1 is a patch release with no breaking changes. One fix is directly relevant here: quoting of
test-requiresandaudit-requiresso PEP 508 specifiers containing spaces work (pypa/cibuildwheel#2913) — this project configurestest-requireswithpytestandpytest-cov. It also switches pinned container images from tags to digests, strengthening supply-chain security.Validation
Full suite run locally:
587 passed, 10 skipped. Focused:tests/test_wheels_config.py31 passed.