-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit 10b3bdb
authored
chore(deps-dev): Update uv requirement from 0.9.3 to 0.9.5 (#987)
Updates the requirements on [uv](https://github.com/astral-sh/uv) to
permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/uv/releases">uv's
releases</a>.</em></p>
<blockquote>
<h2>0.9.5</h2>
<h2>Release Notes</h2>
<p>Released on 2025-10-21.</p>
<p>This release contains an upgrade to <code>astral-tokio-tar</code>,
which addresses a vulnerability in tar extraction on malformed archives
with mismatching size information between the ustar header and PAX
extensions. While the <code>astral-tokio-tar</code> advisory has been
graded as "high" due its potential broader impact, the
<em>specific</em> impact to uv is <strong>low</strong> due to a lack of
novel attacker capability. Specifically, uv only processes tar archives
from source distributions, which already possess the capability for full
arbitrary code execution by design, meaning that an attacker gains no
additional capabilities through <code>astral-tokio-tar</code>.</p>
<p>Regardless, we take the hypothetical risk of parser differentials
very seriously. Out of an abundance of caution, we have assigned this
upgrade an advisory: <a
href="https://github.com/astral-sh/uv/security/advisories/GHSA-w476-p2h3-79g9">https://github.com/astral-sh/uv/security/advisories/GHSA-w476-p2h3-79g9</a></p>
<h3>Security</h3>
<ul>
<li>Upgrade <code>astral-tokio-tar</code> to 0.5.6 to address a parsing
differential (<a
href="https://redirect.github.com/astral-sh/uv/pull/16387">#16387</a>)</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Add required environment marker example to hint (<a
href="https://redirect.github.com/astral-sh/uv/pull/16244">#16244</a>)</li>
<li>Fix typo in MissingTopLevel warning (<a
href="https://redirect.github.com/astral-sh/uv/pull/16351">#16351</a>)</li>
<li>Improve 403 Forbidden error message to indicate package may not
exist (<a
href="https://redirect.github.com/astral-sh/uv/pull/16353">#16353</a>)</li>
<li>Add a hint on <code>uv pip install</code> failure if the
<code>--system</code> flag is used to select an externally managed
interpreter (<a
href="https://redirect.github.com/astral-sh/uv/pull/16318">#16318</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fix backtick escaping for PowerShell (<a
href="https://redirect.github.com/astral-sh/uv/pull/16307">#16307</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Document metadata consistency expectation (<a
href="https://redirect.github.com/astral-sh/uv/pull/15683">#15683</a>)</li>
<li>Remove outdated aarch64 musl note (<a
href="https://redirect.github.com/astral-sh/uv/pull/16385">#16385</a>)</li>
</ul>
<h2>Install uv 0.9.5</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/astral-sh/uv/releases/download/0.9.5/uv-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -ExecutionPolicy Bypass -c "irm
https://github.com/astral-sh/uv/releases/download/0.9.5/uv-installer.ps1
| iex"
</code></pre>
<h2>Download uv 0.9.5</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.5/uv-aarch64-apple-darwin.tar.gz">uv-aarch64-apple-darwin.tar.gz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.5/uv-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.5/uv-x86_64-apple-darwin.tar.gz">uv-x86_64-apple-darwin.tar.gz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.5/uv-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.5/uv-aarch64-pc-windows-msvc.zip">uv-aarch64-pc-windows-msvc.zip</a></td>
<td>ARM64 Windows</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.5/uv-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
</tbody>
</table>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/uv/blob/main/CHANGELOG.md">uv's
changelog</a>.</em></p>
<blockquote>
<h2>0.9.5</h2>
<p>Released on 2025-10-21.</p>
<p>This release contains an upgrade to <code>astral-tokio-tar</code>,
which addresses a vulnerability in tar extraction on malformed archives
with mismatching size information between the ustar header and PAX
extensions. While the <code>astral-tokio-tar</code> advisory has been
graded as "high" due its potential broader impact, the
<em>specific</em> impact to uv is <strong>low</strong> due to a lack of
novel attacker capability. Specifically, uv only processes tar archives
from source distributions, which already possess the capability for full
arbitrary code execution by design, meaning that an attacker gains no
additional capabilities through <code>astral-tokio-tar</code>.</p>
<p>Regardless, we take the hypothetical risk of parser differentials
very seriously. Out of an abundance of caution, we have assigned this
upgrade an advisory: <a
href="https://github.com/astral-sh/uv/security/advisories/GHSA-w476-p2h3-79g9">https://github.com/astral-sh/uv/security/advisories/GHSA-w476-p2h3-79g9</a></p>
<h3>Security</h3>
<ul>
<li>Upgrade <code>astral-tokio-tar</code> to 0.5.6 to address a parsing
differential (<a
href="https://redirect.github.com/astral-sh/uv/pull/16387">#16387</a>)</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Add required environment marker example to hint (<a
href="https://redirect.github.com/astral-sh/uv/pull/16244">#16244</a>)</li>
<li>Fix typo in MissingTopLevel warning (<a
href="https://redirect.github.com/astral-sh/uv/pull/16351">#16351</a>)</li>
<li>Improve 403 Forbidden error message to indicate package may not
exist (<a
href="https://redirect.github.com/astral-sh/uv/pull/16353">#16353</a>)</li>
<li>Add a hint on <code>uv pip install</code> failure if the
<code>--system</code> flag is used to select an externally managed
interpreter (<a
href="https://redirect.github.com/astral-sh/uv/pull/16318">#16318</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fix backtick escaping for PowerShell (<a
href="https://redirect.github.com/astral-sh/uv/pull/16307">#16307</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Document metadata consistency expectation (<a
href="https://redirect.github.com/astral-sh/uv/pull/15683">#15683</a>)</li>
<li>Remove outdated aarch64 musl note (<a
href="https://redirect.github.com/astral-sh/uv/pull/16385">#16385</a>)</li>
</ul>
<h2>0.9.4</h2>
<p>Released on 2025-10-17.</p>
<h3>Enhancements</h3>
<ul>
<li>Add CUDA 13.0 support (<a
href="https://redirect.github.com/astral-sh/uv/pull/16321">#16321</a>)</li>
<li>Add auto-detection for Intel GPU on Windows (<a
href="https://redirect.github.com/astral-sh/uv/pull/16280">#16280</a>)</li>
<li>Implement display of RFC 9457 HTTP error contexts (<a
href="https://redirect.github.com/astral-sh/uv/pull/16199">#16199</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid obfuscating pyx tokens in <code>uv auth token</code> output
(<a
href="https://redirect.github.com/astral-sh/uv/pull/16345">#16345</a>)</li>
</ul>
<h2>0.9.3</h2>
<p>Released on 2025-10-14.</p>
<h3>Python</h3>
<ul>
<li>Add CPython 3.15.0a1</li>
<li>Add CPython 3.13.9</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/uv/commit/d5f39331a73d5042e70ab770463dff632e20c127"><code>d5f3933</code></a>
Bump version to 0.9.5 (<a
href="https://redirect.github.com/astral-sh/uv/issues/16389">#16389</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/1a53701d1df1978fe4dbc4598f463db2a0752d7a"><code>1a53701</code></a>
Deactivate zizmor due to GitHub ratelimiting (<a
href="https://redirect.github.com/astral-sh/uv/issues/16390">#16390</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/ae450662d1546e9853f67a8c61a506d3a892d963"><code>ae45066</code></a>
deps: bump astral-tokio-tar to 0.5.6 (<a
href="https://redirect.github.com/astral-sh/uv/issues/16387">#16387</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/38412a675e3ddbfe199eb0d8988ce9bac8ab0725"><code>38412a6</code></a>
Remove outdated aarch64 musl note (<a
href="https://redirect.github.com/astral-sh/uv/issues/16385">#16385</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/2fc5fe2ac099fa0d598c88e559ea1d034cf5a7ff"><code>2fc5fe2</code></a>
fix small typos (<a
href="https://redirect.github.com/astral-sh/uv/issues/16357">#16357</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/17155c4cca44cf4cd5329e5d2e798beec6967cad"><code>17155c4</code></a>
Fix backtick escaping for PowerShell (<a
href="https://redirect.github.com/astral-sh/uv/issues/16307">#16307</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/51e8da2d1c7a15cd30901de565fba2c19413f6da"><code>51e8da2</code></a>
Move parsing http retries to EnvironmentOptions (<a
href="https://redirect.github.com/astral-sh/uv/issues/16284">#16284</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/29cec24d5cbbfe93414127e0421a1104c43676ee"><code>29cec24</code></a>
fix: Add a hint on <code>uv pip install</code> failure if the
<code>--system</code> flag is used to...</li>
<li><a
href="https://github.com/astral-sh/uv/commit/ed65c2482ccf72b83535c211102589cb037f3bab"><code>ed65c24</code></a>
Sync latest Python releases (<a
href="https://redirect.github.com/astral-sh/uv/issues/16246">#16246</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/e0fe38eabbf97dfb84e1aa6c27b4c7a01f540cb3"><code>e0fe38e</code></a>
Improve 403 Forbidden error message to indicate package may not exist
(<a
href="https://redirect.github.com/astral-sh/uv/issues/16353">#16353</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.9.3...0.9.5">compare
view</a></li>
</ul>
</details>
<br />
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent dbfd659 commit 10b3bdbCopy full SHA for 10b3bdb
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments