Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2025

Bumps the patch group with 1 update: uv.

Updates uv from 0.9.16 to 0.9.17

Release notes

Sourced from uv's releases.

0.9.17

Release Notes

Released on 2025-12-09.

Enhancements

  • Add torch-tensorrt and torchao to the PyTorch list (#17053)
  • Add hint for misplaced --verbose in uv tool run (#17020)
  • Add support for relative durations in exclude-newer (a.k.a., dependency cooldowns) (#16814)
  • Add support for relocatable nushell activation script (#17036)

Bug fixes

  • Respect dropped (but explicit) indexes in dependency groups (#17012)

Documentation

  • Improve source-exclude reference docs (#16832)
  • Recommend UV_NO_DEV in Docker installs (#17030)
  • Update UV_VERSION in docs for GitLab CI/CD (#17040)

Install uv 0.9.17

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.17/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.9.17/uv-installer.ps1 | iex"

Download uv 0.9.17

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum

... (truncated)

Changelog

Sourced from uv's changelog.

0.9.17

Released on 2025-12-09.

Enhancements

  • Add torch-tensorrt and torchao to the PyTorch list (#17053)
  • Add hint for misplaced --verbose in uv tool run (#17020)
  • Add support for relative durations in exclude-newer (a.k.a., dependency cooldowns) (#16814)
  • Add support for relocatable nushell activation script (#17036)

Bug fixes

  • Respect dropped (but explicit) indexes in dependency groups (#17012)

Documentation

  • Improve source-exclude reference docs (#16832)
  • Recommend UV_NO_DEV in Docker installs (#17030)
  • Update UV_VERSION in docs for GitLab CI/CD (#17040)
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 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

Bumps the patch group with 1 update: [uv](https://github.com/astral-sh/uv).


Updates `uv` from 0.9.16 to 0.9.17
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.9.16...0.9.17)

---
updated-dependencies:
- dependency-name: uv
  dependency-version: 0.9.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Dec 10, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 10, 2025 09:15
@dependabot dependabot bot requested review from stefan-brus-frequenz and removed request for a team December 10, 2025 09:15
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Dec 10, 2025
@github-actions github-actions bot added part:dispatcher Affects the high-level dispatcher interface auto-merged Auto-approved Dependabot PRs labels Dec 10, 2025
@github-actions github-actions bot enabled auto-merge December 10, 2025 09:16
@github-actions github-actions bot added this pull request to the merge queue Dec 10, 2025
github-merge-queue bot pushed a commit that referenced this pull request Dec 10, 2025
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 &quot;irm
https://github.com/astral-sh/uv/releases/download/0.9.17/uv-installer.ps1
| iex&quot;
</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 />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uv&package-manager=pip&previous-version=0.9.16&new-version=0.9.17)](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>
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Dec 10, 2025
@Marenz Marenz added this pull request to the merge queue Dec 11, 2025
Merged via the queue into v1.x.x with commit 674a1ef Dec 11, 2025
11 checks passed
@Marenz Marenz deleted the dependabot/pip/patch-1cec40677b branch December 11, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merged Auto-approved Dependabot PRs part:dispatcher Affects the high-level dispatcher interface part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants