Skip to content

Bump build from 1.4.3 to 1.4.4#496

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/build-1.4.4
May 14, 2026
Merged

Bump build from 1.4.3 to 1.4.4#496
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/build-1.4.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps build from 1.4.3 to 1.4.4.

Release notes

Sourced from build's releases.

1.4.4

What's Changed

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

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 compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Python programming language labels May 14, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 14, 2026 01:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Python programming language labels May 14, 2026
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 14, 2026 01:44
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

Code Review

PR Summary: Dependency version bump — build from 1.4.3 to 1.4.4 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 update. build 1.4.4 is a patch release and expected to be backwards-compatible.
  • CLAUDE.md — No issues.

Testing

  • Unit/integration tests — No new code requiring tests.
  • Coverage — N/A for a dependency bump.

Documentation

  • README — No update needed.
  • API docs — N/A
  • Inline comments — N/A
  • CHANGELOG.md — Not updated, but this is a minor dev-dependency bump; acceptable if project convention does not require changelog entries for automated dependency bumps (consistent with other recent Dependabot commits in history).
  • Markdown formatting — N/A

Security

  • No hardcoded credentials — N/A
  • Input validation — N/A
  • Error handling — N/A
  • Sensitive data in logs — N/A
  • License files — None present.

Verdict: Approve. This is a clean, minimal dependency bump with no concerns. The build package is a dev-only dependency used for packaging (make package), so it has no runtime impact.

Automated code review analyzing defects and coding standards

@github-actions
Copy link
Copy Markdown

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/senzing
  szengineflags.py
  szerror.py
Project Total  

This report was generated by python-coverage-comment-action

@github-actions github-actions Bot merged commit 289f705 into main May 14, 2026
79 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/build-1.4.4 branch May 14, 2026 01:53
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 Python programming language

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant