Skip to content

Bump build from 1.4.0 to 1.5.0#159

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/build-1.5.0
Open

Bump build from 1.4.0 to 1.5.0#159
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/build-1.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Bumps build from 1.4.0 to 1.5.0.

Release notes

Sourced from build's releases.

1.5.0

What's Changed

Full Changelog: pypa/build@1.4.4...1.5.0

1.4.4

What's Changed

Full Changelog: pypa/build@1.4.3...1.4.4

1.4.3

What's Changed

... (truncated)

Changelog

Sourced from build's changelog.

#################### 1.5.0 (2026-04-30) ####################


Features


  • Drop Python 3.9 support - by :user:henryiii (:issue:1036)

Bugfixes


  • Make --ignore-installed opt-in from the API via fresh=True - by :user:henryiii (:issue:1056)

Miscellaneous


  • :issue:1033

#################### 1.4.4 (2026-04-22) ####################


Bugfixes


  • Fix release pipeline generating CHANGELOG.rst entries with inconsistent heading levels, which broke sphinx -W and pinned Read the Docs stable at 1.4.0 - by :user:gaborbernat. (:issue:1031)
  • Revert :pr:1039 from build 1.4.3, no longer check direct_url (for now) - by :user:henryiii (:issue:1039)
  • Add --ignore-installed to pip install command to prevent issues with packages already present in the isolated build environment - by :user:henryiii (:issue:1037) (:issue:1040)
  • Partial revert of :pr:973, keeping log messages in one entry, multiple lines. (:issue:1044)

Miscellaneous


  • :issue:1048, :issue:1049

#################### 1.4.3 (2026-04-10) ####################


Features


... (truncated)

Commits

@dependabot dependabot Bot requested a review from a team as a code owner May 27, 2026 19:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 27, 2026
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Summary: This PR bumps the build dependency from 1.4.0 to 1.5.0 in pyproject.toml.


Code Quality

  • Style guide — Version bump in pyproject.toml is a single-line change with no style concerns.
  • No commented-out code — N/A
  • Meaningful variable names — N/A
  • DRY principle — N/A
  • Defects — No logic, bugs, or security concerns in a dependency version bump.
  • CLAUDE.md — No issues; the project config is appropriately general.

Testing

  • Unit/integration tests — No new functions or endpoints introduced; no test changes required.
  • Edge cases / coverage — N/A for a dependency bump.

Documentation

  • README — No user-facing changes; no update needed.
  • API docs — N/A
  • Inline comments — N/A
  • CHANGELOG.md — Dependency bumps of dev/build tooling typically do not require changelog entries; acceptable.
  • Markdown formatting — No markdown files changed.

Security

  • No hardcoded credentials — N/A
  • Input validation — N/A
  • Error handling — N/A
  • No sensitive data in logs — N/A
  • No license files (.lic / AQAAAD strings) — None present.

Verdict: APPROVED — Clean, minimal dependency bump with no issues. build 1.5.0 is a dev-only tool used for building Python packages and poses no runtime risk.

Automated code review analyzing defects and coding standards

@dependabot dependabot Bot force-pushed the dependabot/pip/build-1.5.0 branch from 48f63e8 to 2eea8db Compare May 28, 2026 14:26
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Summary: Single dependency version bump — build from 1.4.0 to 1.5.0 in pyproject.toml.


Code Quality

  • Style guidepyproject.toml change is a simple version string; no style concerns.
  • No commented-out code — N/A.
  • Meaningful variable names — N/A.
  • DRY principle — N/A.
  • Defects — No bugs, logic errors, or security issues introduced. This is a standard patch/minor version bump of a build tool (pypa/build).
  • CLAUDE.md — No changes to project configuration; existing guidance remains valid.

Testing

  • Unit/integration tests — No functional code changed; no new tests required.
  • Test coverage — N/A for a dependency bump.

Documentation

  • README — No update needed.
  • API docs — N/A.
  • Inline comments — N/A.
  • CHANGELOG.md — Dependency bumps of this nature typically don't require a changelog entry; acceptable as-is.
  • Markdown formatting — No markdown files changed.

Security

  • No hardcoded credentials — None present.
  • Input validation — N/A.
  • Error handling — N/A.
  • No sensitive data in logs — N/A.
  • License files — No .lic files or AQAAAD-prefixed strings detected.

Verdict: APPROVE — Clean, low-risk dependency bump. No issues found.

Automated code review analyzing defects and coding standards

@dependabot dependabot Bot force-pushed the dependabot/pip/build-1.5.0 branch from 2eea8db to c951fa4 Compare May 28, 2026 19:55
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Change: Bump build dependency from 1.4.0 to 1.5.0 in pyproject.toml


Code Quality

  • Style guide: Single-line version bump, no style concerns.
  • No commented-out code
  • Meaningful variable names: N/A
  • DRY principle: N/A
  • Defects: No logic, security, or runtime concerns — this is a dev-only dependency (development group), not used in production builds or tests.
  • CLAUDE.md: No issues; this change doesn't affect anything in the project instructions.

Testing

  • ✅ No new functions or endpoints introduced; no tests required for a dependency version bump.

Documentation

  • README: No update needed.
  • API docs: N/A
  • Inline comments: N/A
  • CHANGELOG.md: Not present in the diff — acceptable for a routine dependency bump via automated tooling (Dependabot/Renovate).
  • Markdown formatting: N/A

Security

  • No hardcoded credentials
  • No license files (.lic) or AQAAAD-prefixed strings
  • build is a dev-only tool for building Python packages; no runtime attack surface introduced.

Summary

Approved. This is a clean, minimal dependency bump for a development-only tool. No issues found across any checklist category.

Automated code review analyzing defects and coding standards

Bumps [build](https://github.com/pypa/build) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: build
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/build-1.5.0 branch from c951fa4 to 2a24840 Compare May 29, 2026 21:06
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

PR Code Review

Summary: This PR bumps the build dependency from 1.4.0 to 1.5.0 in pyproject.toml.


Code Quality

  • Style guide — Single version bump, no style concerns.
  • No commented-out code — N/A.
  • Meaningful variable names — N/A.
  • DRY principle — N/A.
  • Defects — No logic errors or bugs introduced. This is a straightforward dependency version bump.
  • CLAUDE.md — No concerns; project config is environment-neutral.

Testing

  • Unit/integration tests — No new functions or endpoints; no tests required for a dependency bump.
  • Test coverage — N/A.

Documentation

  • README — No update needed.
  • API docs — N/A.
  • Inline comments — N/A.
  • CHANGELOG.md — Not included, but acceptable for a dependency bump if project convention doesn't require it.
  • Markdown formatting — N/A.

Security

  • No hardcoded credentials — None present.
  • Input validation — N/A.
  • Error handling — N/A.
  • Sensitive data in logs — N/A.
  • License files — No .lic files or AQAAAD-prefixed strings detected.

Verdict: APPROVE — Clean, minimal change. The bump from build==1.4.0 to build==1.5.0 is low-risk and follows the existing pinned-version convention in pyproject.toml. No issues found.

Automated code review analyzing defects and coding standards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants