Skip to content

Bump build from 1.4.2 to 1.4.3#88

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/build-1.4.3
May 4, 2026
Merged

Bump build from 1.4.2 to 1.4.3#88
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/build-1.4.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps build from 1.4.2 to 1.4.3.

Release notes

Sourced from build's releases.

1.4.3

What's Changed

New Contributors

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

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 added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 4, 2026 19:53
Copy link
Copy Markdown

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions github-actions Bot enabled auto-merge (squash) May 4, 2026 19:53
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

🤖 Claude Code Review

PR Code Review

This is a minimal dependency bump PR — updating build from 1.4.2 to 1.4.3 in pyproject.toml.


Code Quality

  • Style guide: Single-line change in pyproject.toml, no style concerns.
  • No commented-out code: N/A
  • Meaningful variable names: N/A
  • DRY principle: N/A
  • Defects: No logic errors; straightforward version pin bump. build 1.4.3 is a legitimate patch release. No concerns.
  • CLAUDE.md: No issues with project memory configuration.

Testing

  • Unit/integration tests: No application logic 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: No changelog entry included. Dependency bumps are typically tracked — confirm whether this project's convention requires changelog updates for dev-dependency version bumps (automated Dependabot bumps often skip this, but manual bumps may warrant a note).
  • Markdown formatting: N/A

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): None present.

Summary: This is a clean, low-risk patch version bump for a dev dependency. The only minor question is whether a CHANGELOG entry is expected per project convention. No blockers.

Automated code review analyzing defects and coding standards

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

---
updated-dependencies:
- dependency-name: build
  dependency-version: 1.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/build-1.4.3 branch from bc64baf to 116b11e Compare May 4, 2026 19:55
Copy link
Copy Markdown

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 4, 2026

🤖 Claude Code Review

PR Code Review

This is a minimal dependency bump — build from 1.4.2 to 1.4.3 in pyproject.toml.

Code Quality

  • ✅ No style issues — single-line change to a version string
  • ✅ No commented-out code
  • ✅ No variable names to evaluate
  • ✅ DRY not applicable
  • ✅ No defects — straightforward version pin update

Testing

  • ✅ No new functions or logic; no tests required for a dependency version bump

Documentation

  • CHANGELOG.md — not updated. Dependency bumps are typically noted in changelogs. Check if this project maintains changelog entries for dev-dependency updates (some projects omit dev-only bumps; verify against project conventions).

Security

  • ✅ No hardcoded credentials
  • ✅ No input validation concerns
  • ✅ No sensitive data
  • ✅ No license files

Summary: This is a clean, low-risk dev-dependency bump. The only question is whether a CHANGELOG entry is expected — all other checklist items pass.

Automated code review analyzing defects and coding standards

@github-actions github-actions Bot merged commit d93976c into main May 4, 2026
12 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/build-1.4.3 branch May 4, 2026 19:56
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.

1 participant