Bump wheel from 0.45.1 to 0.48.0 in /.github/requirements - #6
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 124e0ba. Configure here.
| --hash=sha256:418ebf08ccda9a8caaebe414433b0ba5e25eb5e4a927667122fbe8f829f985d8 \ | ||
| --hash=sha256:e5ed0d2fd70c9959770dce51c8f39c8945c574e18173a7b81802dab51b4b75cf | ||
| # via -r .github/requirements/release.in | ||
| # via -r release.in |
There was a problem hiding this comment.
Lockfile drops required setuptools pin
High Severity
The compiled release.txt lockfile no longer pins setuptools, even though release.in still requires setuptools==80.9.0. The nightly job installs only hashed packages from this lockfile and then runs python -m build --no-isolation, so the setuptools build backend never gets installed and the release build fails on Python 3.12.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 124e0ba. Configure here.
124e0ba to
32fdd69
Compare
32fdd69 to
b166445
Compare


Bumps wheel from 0.45.1 to 0.48.0.
Release notes
Sourced from wheel's releases.
Changelog
Sourced from wheel's changelog.
... (truncated)
Commits
21c4da4Fixed the release heading formatf06d4dbFlit no longer supports --setup-py1a96c3eCreated a new released7d625dFixed wheel convert writing outside the target directory on malicious input (...986a440Strip ZIP64 extra field when retagging wheels (#692) (#695)0ca6f24feat: add --local-version option to wheel pack (#694)4a63cafPreserve compatible metadata versions in convert (#690)33650c6[pre-commit.ci] pre-commit autoupdate (#691)197012dIncreased the upper bound for flit-core as a build requirementefd83a7Created a new releaseDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Dependency-only change to GitHub Actions release tooling; no product code paths change, though CI release steps will run against the newer wheel CLI/library behavior.
Overview
Updates the wheel pin in
.github/requirements/release.infrom 0.45.1 to 0.48.0 and refreshes the hashed lockfile.github/requirements/release.txt(new wheel hashes;packagingis now listed as a transitive dependency ofwheel).This only affects the Python packages installed for release/CI workflows that use that requirements file (e.g. build,
check-wheel-contents, twine)—not application runtime code.Reviewed by Cursor Bugbot for commit b166445. Bugbot is set up for automated code reviews on this repo. Configure here.