build(deps): bump pypa/cibuildwheel from 4.0.0 to 4.1.0 - #172
Merged
Conversation
Bumps pypa/cibuildwheel from v4.0.0 to v4.1.0 in the wheels and release workflows. Minor release within the existing v4 major, low risk. Update the version-pinning contract test (renamed to test_wheel_workflows_use_cibuildwheel_v4_1_0) to pin the new minor and forbid the now-stale v4.0.0. Supersedes #170 (dependabot did not update the version-pinning test).
This was referenced Jun 19, 2026
Merged
justinjoy
added a commit
that referenced
this pull request
Jun 19, 2026
PyreWire-only maintenance release. Bumps the project and runtime version to 1.0.2 and records the release in CHANGELOG.md and docs/versioning.md. Changes since 1.0.1 are CI/tooling and metadata only: - actions/checkout v6->v7 and pypa/cibuildwheel v4.0.0->v4.1.0 (#171, #172) - SPDX license headers on all source files + enforcement test (#173) - expanded Errors reference documentation The public API is unchanged and the bundled/validated wirelog ref remains v0.51.0 (0c6e0cdaee7db069be5d8d896bb59bdcb15673e9); the runtime wirelog floor remains 0.44.0. Update the version-pinning contract tests (release metadata, changelog compare links) to track 1.0.2.
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.
Bumps
pypa/cibuildwheelfrom v4.0.0 to v4.1.0 in the wheels and release workflows.Why accept
Minor release within the existing v4 major (we adopted v4 in #164). Low risk.
Why a new PR instead of #170
Dependabot's #170 changed only the workflow YAML and left the version-pinning contract test
test_wheel_workflows_use_cibuildwheel_v4_0_0assertingpypa/cibuildwheel@v4.0.0, so CI failed on every platform. This PR bumps the workflows and updates that test (renamed, pins v4.1.0, forbids the now-stale v4.0.0).Supersedes #170.