Commit 674a1ef
authored
Bump uv from 0.9.16 to 0.9.17 in the patch group (#224)
Bumps the patch group with 1 update:
[uv](https://github.com/astral-sh/uv).
Updates `uv` from 0.9.16 to 0.9.17
<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.17</h2>
<h2>Release Notes</h2>
<p>Released on 2025-12-09.</p>
<h3>Enhancements</h3>
<ul>
<li>Add <code>torch-tensorrt</code> and <code>torchao</code> to the
PyTorch list (<a
href="https://redirect.github.com/astral-sh/uv/pull/17053">#17053</a>)</li>
<li>Add hint for misplaced <code>--verbose</code> in <code>uv tool
run</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/17020">#17020</a>)</li>
<li>Add support for relative durations in <code>exclude-newer</code>
(a.k.a., dependency cooldowns) (<a
href="https://redirect.github.com/astral-sh/uv/pull/16814">#16814</a>)</li>
<li>Add support for relocatable nushell activation script (<a
href="https://redirect.github.com/astral-sh/uv/pull/17036">#17036</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Respect dropped (but explicit) indexes in dependency groups (<a
href="https://redirect.github.com/astral-sh/uv/pull/17012">#17012</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Improve <code>source-exclude</code> reference docs (<a
href="https://redirect.github.com/astral-sh/uv/pull/16832">#16832</a>)</li>
<li>Recommend <code>UV_NO_DEV</code> in Docker installs (<a
href="https://redirect.github.com/astral-sh/uv/pull/17030">#17030</a>)</li>
<li>Update <code>UV_VERSION</code> in docs for GitLab CI/CD (<a
href="https://redirect.github.com/astral-sh/uv/pull/17040">#17040</a>)</li>
</ul>
<h2>Install uv 0.9.17</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.17/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.17/uv-installer.ps1
| iex"
</code></pre>
<h2>Download uv 0.9.17</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.17/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.17/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.17/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.17/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.17/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.17/uv-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-i686-pc-windows-msvc.zip">uv-i686-pc-windows-msvc.zip</a></td>
<td>x86 Windows</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-i686-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-x86_64-pc-windows-msvc.zip">uv-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-aarch64-unknown-linux-gnu.tar.gz">uv-aarch64-unknown-linux-gnu.tar.gz</a></td>
<td>ARM64 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-i686-unknown-linux-gnu.tar.gz">uv-i686-unknown-linux-gnu.tar.gz</a></td>
<td>x86 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-powerpc64-unknown-linux-gnu.tar.gz">uv-powerpc64-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-powerpc64le-unknown-linux-gnu.tar.gz">uv-powerpc64le-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64LE Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-riscv64gc-unknown-linux-gnu.tar.gz">uv-riscv64gc-unknown-linux-gnu.tar.gz</a></td>
<td>RISCV Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.9.17/uv-riscv64gc-unknown-linux-gnu.tar.gz.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.17</h2>
<p>Released on 2025-12-09.</p>
<h3>Enhancements</h3>
<ul>
<li>Add <code>torch-tensorrt</code> and <code>torchao</code> to the
PyTorch list (<a
href="https://redirect.github.com/astral-sh/uv/pull/17053">#17053</a>)</li>
<li>Add hint for misplaced <code>--verbose</code> in <code>uv tool
run</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/17020">#17020</a>)</li>
<li>Add support for relative durations in <code>exclude-newer</code>
(a.k.a., dependency cooldowns) (<a
href="https://redirect.github.com/astral-sh/uv/pull/16814">#16814</a>)</li>
<li>Add support for relocatable nushell activation script (<a
href="https://redirect.github.com/astral-sh/uv/pull/17036">#17036</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Respect dropped (but explicit) indexes in dependency groups (<a
href="https://redirect.github.com/astral-sh/uv/pull/17012">#17012</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Improve <code>source-exclude</code> reference docs (<a
href="https://redirect.github.com/astral-sh/uv/pull/16832">#16832</a>)</li>
<li>Recommend <code>UV_NO_DEV</code> in Docker installs (<a
href="https://redirect.github.com/astral-sh/uv/pull/17030">#17030</a>)</li>
<li>Update <code>UV_VERSION</code> in docs for GitLab CI/CD (<a
href="https://redirect.github.com/astral-sh/uv/pull/17040">#17040</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/uv/commit/2b5d65e61d829bc81ce116388f849174d56a84ca"><code>2b5d65e</code></a>
Bump version to 0.9.17 (<a
href="https://redirect.github.com/astral-sh/uv/issues/17058">#17058</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/81c99dd4383004ec86543c8048e3edcb07f6b3a1"><code>81c99dd</code></a>
Sync latest Python releases (<a
href="https://redirect.github.com/astral-sh/uv/issues/17057">#17057</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/b931c6687cc024d7292d7095c241c381842ace6b"><code>b931c66</code></a>
Increase the size of binary build runners (<a
href="https://redirect.github.com/astral-sh/uv/issues/17016">#17016</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/eca36eed08dc3033aa62f153c0bd5ebf23b507ce"><code>eca36ee</code></a>
Fix a typo (<a
href="https://redirect.github.com/astral-sh/uv/issues/17056">#17056</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/69910b4aab9b88bf700c9eaf78b4bf3a3d0ccade"><code>69910b4</code></a>
Publish PyPI releases before crates.io artifacts (<a
href="https://redirect.github.com/astral-sh/uv/issues/16989">#16989</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/8d2c2e8cdf2d8070ac54f584bd8508904719aa68"><code>8d2c2e8</code></a>
Better source-exclude reference docs (<a
href="https://redirect.github.com/astral-sh/uv/issues/16832">#16832</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/b6686fbce3fbc3fc3b3eb854b5fa29221f8bc476"><code>b6686fb</code></a>
Update UV_VERSION in docs for GitLab CI/CD (<a
href="https://redirect.github.com/astral-sh/uv/issues/17040">#17040</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/4af2d2b922e1c579bc0977dd22d6573cce7026de"><code>4af2d2b</code></a>
Add <code>torch-tensorrt</code> and <code>torchao</code> to the PyTorch
list (<a
href="https://redirect.github.com/astral-sh/uv/issues/17053">#17053</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/2502577c9df20887930fd3c7e23c85fbb95a01f6"><code>2502577</code></a>
Sort packages in GPU lists (<a
href="https://redirect.github.com/astral-sh/uv/issues/17054">#17054</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/d0a6f5d13fb5a7c569db9f9deddadc106f9aa1cb"><code>d0a6f5d</code></a>
Add support for relative durations in <code>exclude-newer</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/16814">#16814</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.9.16...0.9.17">compare
view</a></li>
</ul>
</details>
<br />
[](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 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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments