Bump build from 1.5.0 to 1.6.0 in /.github/requirements - #15
Bump build from 1.5.0 to 1.6.0 in /.github/requirements#15dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [build](https://github.com/pypa/build) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.5.0...1.6.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 780cd8b. Configure here.
| --hash=sha256:85cdb29c518efef867360ae4acd4b0dfd61c8654a22fca08e6f8539f05022177 \ | ||
| --hash=sha256:b854164df26db268af05f49aa5c0344b10e27a494343ff05b1e0bad3b135f5a7 | ||
| # via -r .github/requirements/release.in | ||
| # via -r release.in |
There was a problem hiding this comment.
Lockfile drops pinned setuptools
High Severity
The regenerated release.txt lockfile no longer includes setuptools==84.0.0 even though release.in still pins it. The publish workflow installs only this hashed lockfile and then runs python -m build --no-isolation, and pyproject.toml requires exactly that setuptools version as the build backend, so publication can fail or silently use an unpinned runner copy.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 780cd8b. Configure here.


Bumps build from 1.5.0 to 1.6.0.
Release notes
Sourced from build's releases.
... (truncated)
Changelog
Sourced from build's changelog.
... (truncated)
Commits
7ac9efechore: prepare for 1.6.0e57e2bf👷 ci: use app token for releases (#1169)66438abpre-commit: bump repositories (#1167)4ed9658build(deps): bump the github-actions group with 3 updates (#1166)c76707f🔧 chore: batch dependency updates weekly on Tuesday (#1165)b317437Drop a few PyPy-specific test skips (#1164)561f331pre-commit: bump repositories (#1163)9456281refactor: drop redundantexc_infoparameter from backend exception wrapper ...3e7a445Use stdlibimportlib.metadatafor typing (#1162)9a2e1e9tests: download integration sources once per run (#1157)Dependabot 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
CI-only dependency pin for package building; no application runtime or auth/data-path changes.
Overview
Updates the pinned release toolchain used by nightly publication (install from
.github/requirements/release.txt, thenpython -m build,twine, andcheck-wheel-contents) by bumpingbuildfrom 1.5.0 to 1.6.0 inrelease.inand regenerating the hashed lockfile.The lockfile refresh also drops the explicit
setuptools==84.0.0entry that was previously installed alongside the other release tools (it remains listed inrelease.inbut no longer appears inrelease.txt), and normalizes a few# via -r …comments to referencerelease.ininstead of the full path.Reviewed by Cursor Bugbot for commit 780cd8b. Bugbot is set up for automated code reviews on this repo. Configure here.