SIGN IN SIGN UP

Bump build from 1.5.1 to 1.6.0 (#13596)

Bumps [build](https://github.com/pypa/build) from 1.5.1 to 1.6.0.
<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.6.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Replace prettier with mdformat and yamlfmt by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/build/pull/1133">pypa/build#1133</a></li>
<li>Let yamlfmt format the workflows by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/build/pull/1134">pypa/build#1134</a></li>
<li>🐛 fix(release): semver auto bump, changelog reflow, and roll back
1.5.1 by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/build/pull/1132">pypa/build#1132</a></li>
<li>fix: hash verification in --dependency-constraints-txt could be
silently skipped by <a
href="https://github.com/manfred-kaiser"><code>@​manfred-kaiser</code></a>
in <a
href="https://redirect.github.com/pypa/build/pull/1140">pypa/build#1140</a></li>
<li>🐛 fix(ci): bump build-and-inspect-python-package to v3.0.1 by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/build/pull/1147">pypa/build#1147</a></li>
<li>🐛 fix(ci): pin coverage core to ctrace so test contexts record by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/build/pull/1148">pypa/build#1148</a></li>
<li>chore: run mypy on more parts of the code by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/pypa/build/pull/1151">pypa/build#1151</a></li>
<li>chore: turn up strictness on mypy by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/pypa/build/pull/1153">pypa/build#1153</a></li>
<li>chore: faster mypy, fix merge error by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/pypa/build/pull/1156">pypa/build#1156</a></li>
<li>🐛 fix(ci): rerun integration tests on transient network errors by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/build/pull/1150">pypa/build#1150</a></li>
<li>chore: clean up unused casts in tests by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/pypa/build/pull/1154">pypa/build#1154</a></li>
<li>refactor(typing): apply review feedback from <a
href="https://redirect.github.com/pypa/build/issues/1093">#1093</a> by
<a href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/pypa/build/pull/1155">pypa/build#1155</a></li>
<li>chore: Generator is more accurate than Iterator by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/pypa/build/pull/1152">pypa/build#1152</a></li>
<li>tests: mark test_main_sdist_input_end_to_end with
pytest.mark.network by <a
href="https://github.com/frenzymadness"><code>@​frenzymadness</code></a>
in <a
href="https://redirect.github.com/pypa/build/pull/1144">pypa/build#1144</a></li>
<li>Revert &quot;⚠️ feat(util): deprecate project_wheel_metadata&quot;
by <a href="https://github.com/henryiii"><code>@​henryiii</code></a> in
<a
href="https://redirect.github.com/pypa/build/pull/1158">pypa/build#1158</a></li>
<li>tests: download integration sources once per run by <a
href="https://github.com/henryiii"><code>@​henryiii</code></a> in <a
href="https://redirect.github.com/pypa/build/pull/1157">pypa/build#1157</a></li>
<li>Use stdlib <code>importlib.metadata</code> for typing by <a
href="https://github.com/layday"><code>@​layday</code></a> in <a
href="https://redirect.github.com/pypa/build/pull/1162">pypa/build#1162</a></li>
<li>Drop redundant <code>exc_info</code> parameter from backend
exception wrapper by <a
href="https://github.com/layday"><code>@​layday</code></a> in <a
href="https://redirect.github.com/pypa/build/pull/1161">pypa/build#1161</a></li>
<li>Drop a few PyPy-specific test skips by <a
href="https://github.com/layday"><code>@​layday</code></a> in <a
href="https://redirect.github.com/pypa/build/pull/1164">pypa/build#1164</a></li>
<li>🔧 chore: batch dependency updates weekly on Tuesday by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/build/pull/1165">pypa/build#1165</a></li>
<li>👷 ci: use app token for releases by <a
href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in
<a
href="https://redirect.github.com/pypa/build/pull/1169">pypa/build#1169</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/manfred-kaiser"><code>@​manfred-kaiser</code></a>
made their first contribution in <a
href="https://redirect.github.com/pypa/build/pull/1140">pypa/build#1140</a></li>
<li><a
href="https://github.com/frenzymadness"><code>@​frenzymadness</code></a>
made their first contribution in <a
href="https://redirect.github.com/pypa/build/pull/1144">pypa/build#1144</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pypa/build/compare/1.5.1...1.6.0">https://github.com/pypa/build/compare/1.5.1...1.6.0</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>
<p>####################
1.6.0 (2026-08-27)
####################</p>
<hr />
<p>Features</p>
<hr />
<ul>
<li>Add <code>--report=PATH</code> to write a machine-readable JSON
report of built artifacts; <code>--metadata</code> now also accepts
<code>.whl</code> files - by :user:<code>gaborbernat</code>
(:issue:<code>198</code>)</li>
<li>The <code>srcdir</code> argument now accepts <code>.tar.gz</code>
source distributions, extracting and building from them - by
:user:<code>gaborbernat</code> (:issue:<code>311</code>)</li>
<li>The &quot;Unmet dependencies&quot; error from
<code>--no-isolation</code> builds now shows the wanted version, found
version, and
interpreter - by :user:<code>gaborbernat</code>
(:issue:<code>504</code>)</li>
<li>Add <code>--sdist-extract-dir</code> to extract the intermediate
sdist into a persistent directory, enabling compiler cache
reuse across rebuilds - by :user:<code>gaborbernat</code>
(:issue:<code>614</code>)</li>
<li>Add <code>--env-dir</code> to place the isolated build environment
at a fixed path, enabling compiler cache reuse across builds
<ul>
<li>by :user:<code>gaborbernat</code> (:issue:<code>655</code>)</li>
</ul>
</li>
<li>Print a summary of resolved dependency versions
(<code>name==version</code>) after installing them in isolated builds -
by
:user:<code>gaborbernat</code> (:issue:<code>959</code>)</li>
<li>On build failure, print a tip pointing to <code>--env-dir</code> and
<code>--sdist-extract-dir</code> for debugging and link to the
&quot;Debug a failed build&quot; how-to - reported by
:user:<code>dimpase</code>, implemented by
:user:<code>gaborbernat</code> (:issue:<code>966</code>)</li>
</ul>
<hr />
<p>Bugfixes</p>
<hr />
<ul>
<li>Drain verbose subprocess output inline instead of using a
<code>ThreadPoolExecutor</code>, which silently swallowed logging
errors - by :user:<code>henryiii</code> (:issue:<code>1098</code>)</li>
<li>Reject a file passed as <code>--env-dir</code> with a clear error
instead of a raw <code>FileExistsError</code> - by
:user:<code>henryiii</code>
(:issue:<code>1100</code>)</li>
<li>Emit CLI warnings to stderr instead of stdout, so they no longer
corrupt <code>--metadata</code> JSON output on stdout - by
:user:<code>ymyzk</code> (:issue:<code>1111</code>)</li>
<li>Fix the Windows symlink support probe always returning
<code>False</code> due to a stale object interpolated into the
destination path - by :user:<code>henryiii</code>
(:issue:<code>1118</code>)</li>
<li>Fix <code>metadata_path</code>'s build-backend fallback returning a
nonexistent dist-info path for wheels with a build tag - by
:user:<code>henryiii</code> (:issue:<code>1119</code>)</li>
<li>Write pip/uv requirements and constraints files with <code>\n</code>
instead of <code>os.linesep</code>, avoiding doubled <code>\r\r\n</code>
line endings on Windows - by :user:<code>henryiii</code>
(:issue:<code>1120</code>)</li>
<li>Batch of small robustness fixes: correct macOS release parsing for
the minimum pip version, avoid sharing the mutable
default build-system table between builders, keep the original error
when isolated-environment setup fails early, and
raise <code>BuildException</code> for an invalid wheel - by
:user:<code>henryiii</code> (:issue:<code>1121</code>)</li>
<li>Decide color support independently for stdout and stderr instead of
only checking <code>stdout.isatty()</code>, so redirecting
one stream no longer disables or leaks ANSI colors on the other - by
:user:<code>henryiii</code> (:issue:<code>1123</code>)</li>
<li>Pass <code>--dependency-constraints-txt</code> files through to the
installer unmodified instead of re-parsing them into a
deduplicated set of lines, fixing a case where a hashed requirement
(e.g. from <code>pip-compile --generate-hashes</code>)
could have its <code>--hash</code> continuation line separated from its
requirement line and silently dropped, depending on the
interpreter's hash seed - by :user:<code>manfred-kaiser</code>
(:issue:<code>1140</code>)</li>
</ul>
<hr />
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/build/commit/7ac9efe7e943b543f6deccd0cba775ab7404046f"><code>7ac9efe</code></a>
chore: prepare for 1.6.0</li>
<li><a
href="https://github.com/pypa/build/commit/e57e2bfaf6ea5adcdc08da557bbe38504b46d271"><code>e57e2bf</code></a>
👷 ci: use app token for releases (<a
href="https://redirect.github.com/pypa/build/issues/1169">#1169</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/66438abaf611d5ac10d55f7e2ac49fb91adc4b6d"><code>66438ab</code></a>
pre-commit: bump repositories (<a
href="https://redirect.github.com/pypa/build/issues/1167">#1167</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/4ed9658d7fa5bb762b8242dff4bd18740e79956e"><code>4ed9658</code></a>
build(deps): bump the github-actions group with 3 updates (<a
href="https://redirect.github.com/pypa/build/issues/1166">#1166</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/c76707fb975c72cbf91e1a169dd63649c2f2b5f7"><code>c76707f</code></a>
🔧 chore: batch dependency updates weekly on Tuesday (<a
href="https://redirect.github.com/pypa/build/issues/1165">#1165</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/b317437d2b5cddea5c7b45f72d1ae8af915e9815"><code>b317437</code></a>
Drop a few PyPy-specific test skips (<a
href="https://redirect.github.com/pypa/build/issues/1164">#1164</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/561f3310a11f50fadb0e4aab4b17d478116c9be6"><code>561f331</code></a>
pre-commit: bump repositories (<a
href="https://redirect.github.com/pypa/build/issues/1163">#1163</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/945628172dc8887cc12b18ba7403f20b7c4de8fb"><code>9456281</code></a>
refactor: drop redundant <code>exc_info</code> parameter from backend
exception wrapper ...</li>
<li><a
href="https://github.com/pypa/build/commit/3e7a445aa369cf793fb31fd59fda0bb738c2e122"><code>3e7a445</code></a>
Use stdlib <code>importlib.metadata</code> for typing (<a
href="https://redirect.github.com/pypa/build/issues/1162">#1162</a>)</li>
<li><a
href="https://github.com/pypa/build/commit/9a2e1e949919a85c3876753d795ff6c8c3d3ff3d"><code>9a2e1e9</code></a>
tests: download integration sources once per run (<a
href="https://redirect.github.com/pypa/build/issues/1157">#1157</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/build/compare/1.5.1...1.6.0">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.5.1&new-version=1.6.0)](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>
D
dependabot[bot] committed
20f056ec71b9daf97a7774fcd41a3e55dcba6bdf
Parent: 6b97ebd
Committed by GitHub <noreply@github.com> on 8/31/2026, 11:31:36 AM