Skip to content

Commit 8507993

Browse files
chore(deps-dev): bump build from 1.4.0 to 1.4.2 (#225)
Bumps [build](https://github.com/pypa/build) from 1.4.0 to 1.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/build/releases">build's releases</a>.</em></p> <blockquote> <h2>1.4.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>fix(uv): always pass the python to use by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/996">pypa/build#996</a></li> <li>🐛 fix(release): detect pre-commit environment inconsistencies by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1001">pypa/build#1001</a></li> <li>🔧 fix(towncrier): match docstrfmt RST formatting expectations by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1002">pypa/build#1002</a></li> <li>Fix _has_valid_outer_pip when pip is missing by <a href="https://github.com/notatallshaw"><code>@​notatallshaw</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1003">pypa/build#1003</a></li> <li>fix: release changelog issue by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1006">pypa/build#1006</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/notatallshaw"><code>@​notatallshaw</code></a> made their first contribution in <a href="https://redirect.github.com/pypa/build/pull/1003">pypa/build#1003</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/build/compare/1.4.1...1.4.2">https://github.com/pypa/build/compare/1.4.1...1.4.2</a></p> <h2>1.4.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Fix documentation grammar and typos by <a href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/pypa/build/pull/979">pypa/build#979</a></li> <li>Allow setting build constraints by <a href="https://github.com/layday"><code>@​layday</code></a> in <a href="https://redirect.github.com/pypa/build/pull/963">pypa/build#963</a></li> <li>fix: pip hack workaround by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/980">pypa/build#980</a></li> <li>📚 docs: reorganize using Diataxis framework by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/988">pypa/build#988</a></li> <li>✨ feat(ci): automate releases and harden workflows by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/991">pypa/build#991</a></li> <li>chore: avoid template injection zizmor issue by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/994">pypa/build#994</a></li> <li>chore: fix PR template by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/995">pypa/build#995</a></li> <li>chore: fix fix job by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a href="https://redirect.github.com/pypa/build/pull/997">pypa/build#997</a></li> <li>🐛 fix(ci): resolve pre-release auth failure and change detection by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/999">pypa/build#999</a></li> <li>🐛 fix(deps): add pre-commit to release dependency group by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/build/pull/1000">pypa/build#1000</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/build/compare/1.4.0...1.4.1">https://github.com/pypa/build/compare/1.4.0...1.4.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/build/blob/main/CHANGELOG.rst">build's changelog</a>.</em></p> <blockquote> <hr /> <p>1.4.2 (2026-03-25)</p> <hr /> <h1>========== Bugfixes</h1> <ul> <li>Ensure the <code>uv</code> installer uses the current version of Python, avoiding an issue if <code>UV_PYTHON</code> is set, for example. (:issue:<code>977</code>)</li> <li>Fix <code>_has_valid_outer_pip</code> returning <code>True</code> when pip is missing, causing build to try using a non-existent pip instead of falling back to virtualenv. (:issue:<code>1003</code>)</li> </ul> <p>#################### 1.4.1 (2026-03-24) ####################</p> <hr /> <p>Features</p> <hr /> <ul> <li>Allow setting build constraints - by :user:<code>gaborbernat</code> (:issue:<code>963</code>)</li> <li>Automate releases with pre-release workflow and trusted publishing - by :user:<code>gaborbernat</code> (:issue:<code>991</code>)</li> </ul> <hr /> <p>Documentation</p> <hr /> <ul> <li>Fix documentation grammar and typos (:issue:<code>979</code>)</li> <li>Reorganize documentation using Diataxis framework - by :user:<code>gaborbernat</code> (:issue:<code>988</code>)</li> <li>Document release process and workflow security practices in contributing guide (:issue:<code>991</code>)</li> </ul> <hr /> <p>Miscellaneous</p> <hr /> <ul> <li>:issue:<code>991</code></li> </ul> <hr /> <p>Bugfixes</p> <hr /> <ul> <li>Fix pip hack workaround - by :user:<code>gaborbernat</code> (:issue:<code>980</code>)</li> </ul> <h1>Changelog</h1> <p>#################### 1.4.0 (2026-01-08) ####################</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/build/commit/7b7ae078aa1dabff33ea72d07ed15dd298acf80a"><code>7b7ae07</code></a> chore: prepare for 1.4.2</li> <li><a href="https://github.com/pypa/build/commit/17f3b57c7cde11a9785b3164d7b92237846c56ce"><code>17f3b57</code></a> fix: release changelog issue (<a href="https://redirect.github.com/pypa/build/issues/1006">#1006</a>)</li> <li><a href="https://github.com/pypa/build/commit/b9457525a02bb4de40c59a39a092306a03e3a24d"><code>b945752</code></a> fix: _has_valid_outer_pip when pip is missing (<a href="https://redirect.github.com/pypa/build/issues/1003">#1003</a>)</li> <li><a href="https://github.com/pypa/build/commit/74ae997a9a227303f7d02bf4b226922c7ba4efd1"><code>74ae997</code></a> 🔧 fix(towncrier): match docstrfmt RST formatting expectations (<a href="https://redirect.github.com/pypa/build/issues/1002">#1002</a>)</li> <li><a href="https://github.com/pypa/build/commit/378692921af6501596572bfc068420391c744ca8"><code>3786929</code></a> 🐛 fix(release): detect pre-commit environment inconsistencies (<a href="https://redirect.github.com/pypa/build/issues/1001">#1001</a>)</li> <li><a href="https://github.com/pypa/build/commit/737bdb784406ab966ba666446e79c9e19bdfe237"><code>737bdb7</code></a> fix(uv): always pass the python to use (<a href="https://redirect.github.com/pypa/build/issues/996">#996</a>)</li> <li><a href="https://github.com/pypa/build/commit/bd889569a1b9e2e7722682378c2d0cec469166a2"><code>bd88956</code></a> chore: prepare for 1.4.1</li> <li><a href="https://github.com/pypa/build/commit/062e7e2caa1a33cfad8b6fe4740c5aa41d384bdc"><code>062e7e2</code></a> 🐛 fix(deps): add pre-commit to release dependency group (<a href="https://redirect.github.com/pypa/build/issues/1000">#1000</a>)</li> <li><a href="https://github.com/pypa/build/commit/3d8e260f635febc10b5e9cd0e5402746deeb6dcd"><code>3d8e260</code></a> 🐛 fix(ci): resolve pre-release auth failure and change detection (<a href="https://redirect.github.com/pypa/build/issues/999">#999</a>)</li> <li><a href="https://github.com/pypa/build/commit/f2a26104d4fd6d13fdb75a29fd067ee80271f497"><code>f2a2610</code></a> chore: fix fix job (<a href="https://redirect.github.com/pypa/build/issues/997">#997</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/build/compare/1.4.0...1.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=build&package-manager=pip&previous-version=1.4.0&new-version=1.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e0c191 commit 8507993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spellcheck = [
3737
"codespell==2.4.2"
3838
]
3939
test_packaging = [
40-
"build==1.4.0",
40+
"build==1.4.2",
4141
"twine==6.2.0"
4242
]
4343
tests = [

0 commit comments

Comments
 (0)