Commit ecf8768
authored
chore(deps-dev): Update uv requirement from 0.10.9 to 0.10.10 (#1026)
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.10.10</h2>
<h2>Release Notes</h2>
<p>Released on 2026-03-13.</p>
<h3>Python</h3>
<ul>
<li>Add CPython 3.15.0a7 (<a
href="https://redirect.github.com/astral-sh/uv/pull/18403">#18403</a>)</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Add <code>--outdated</code> flag to <code>uv tool list</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18318">#18318</a>)</li>
<li>Add riscv64 musl target to build-release-binaries workflow (<a
href="https://redirect.github.com/astral-sh/uv/pull/18228">#18228</a>)</li>
<li>Fetch Ruff from an Astral mirror (<a
href="https://redirect.github.com/astral-sh/uv/pull/18286">#18286</a>)</li>
<li>Improve error handling for platform detection in Python downloads
(<a
href="https://redirect.github.com/astral-sh/uv/pull/18453">#18453</a>)</li>
<li>Warn if <code>--project</code> directory does not exist (<a
href="https://redirect.github.com/astral-sh/uv/pull/17714">#17714</a>)</li>
<li>Warn when workspace member scripts are skipped due to missing build
system (<a
href="https://redirect.github.com/astral-sh/uv/pull/18389">#18389</a>)</li>
<li>Update build backend versions used in <code>uv init</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18417">#18417</a>)</li>
<li>Log explicit config file path in verbose output (<a
href="https://redirect.github.com/astral-sh/uv/pull/18353">#18353</a>)</li>
<li>Make <code>uv cache clear</code> an alias of <code>uv cache
clean</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18420">#18420</a>)</li>
<li>Reject invalid classifiers, warn on license classifiers in
<code>uv_build</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18419">#18419</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>Add links to <code>uv audit</code> output (<a
href="https://redirect.github.com/astral-sh/uv/pull/18392">#18392</a>)</li>
<li>Output/report formatting for <code>uv audit</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18193">#18193</a>)</li>
<li>Switch to batched OSV queries for <code>uv audit</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18394">#18394</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid sharing version metadata across indexes (<a
href="https://redirect.github.com/astral-sh/uv/pull/18373">#18373</a>)</li>
<li>Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels
on Windows (<a
href="https://redirect.github.com/astral-sh/uv/pull/18362">#18362</a>)</li>
<li>Filter out unsupported environment wheels (<a
href="https://redirect.github.com/astral-sh/uv/pull/18445">#18445</a>)</li>
<li>Preserve absolute/relative paths in lockfiles (<a
href="https://redirect.github.com/astral-sh/uv/pull/18176">#18176</a>)</li>
<li>Recreate Python environments under <code>uv tool install
--force</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18399">#18399</a>)</li>
<li>Respect timestamp and other cache keys in cached environments (<a
href="https://redirect.github.com/astral-sh/uv/pull/18396">#18396</a>)</li>
<li>Simplify selected extra markers in <code>uv export</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18433">#18433</a>)</li>
<li>Send pyx mint-token requests with a proper <code>Content-Type</code>
(<a
href="https://redirect.github.com/astral-sh/uv/pull/18334">#18334</a>)</li>
<li>Fix Windows operating system and version reporting (<a
href="https://redirect.github.com/astral-sh/uv/pull/18383">#18383</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Update the platform support policy with a tier 3 section including
freebsd and 32-bit windows (<a
href="https://redirect.github.com/astral-sh/uv/pull/18345">#18345</a>)</li>
</ul>
<h2>Install uv 0.10.10</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://releases.astral.sh/github/uv/releases/download/0.10.10/uv-installer.sh
| sh
</tr></table>
</code></pre>
</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.10.10</h2>
<p>Released on 2026-03-13.</p>
<h3>Python</h3>
<ul>
<li>Add CPython 3.15.0a7 (<a
href="https://redirect.github.com/astral-sh/uv/pull/18403">#18403</a>)</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Add <code>--outdated</code> flag to <code>uv tool list</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18318">#18318</a>)</li>
<li>Add riscv64 musl target to build-release-binaries workflow (<a
href="https://redirect.github.com/astral-sh/uv/pull/18228">#18228</a>)</li>
<li>Fetch Ruff from an Astral mirror (<a
href="https://redirect.github.com/astral-sh/uv/pull/18286">#18286</a>)</li>
<li>Improve error handling for platform detection in Python downloads
(<a
href="https://redirect.github.com/astral-sh/uv/pull/18453">#18453</a>)</li>
<li>Warn if <code>--project</code> directory does not exist (<a
href="https://redirect.github.com/astral-sh/uv/pull/17714">#17714</a>)</li>
<li>Warn when workspace member scripts are skipped due to missing build
system (<a
href="https://redirect.github.com/astral-sh/uv/pull/18389">#18389</a>)</li>
<li>Update build backend versions used in <code>uv init</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18417">#18417</a>)</li>
<li>Log explicit config file path in verbose output (<a
href="https://redirect.github.com/astral-sh/uv/pull/18353">#18353</a>)</li>
<li>Make <code>uv cache clear</code> an alias of <code>uv cache
clean</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18420">#18420</a>)</li>
<li>Reject invalid classifiers, warn on license classifiers in
<code>uv_build</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18419">#18419</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>Add links to <code>uv audit</code> output (<a
href="https://redirect.github.com/astral-sh/uv/pull/18392">#18392</a>)</li>
<li>Output/report formatting for <code>uv audit</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18193">#18193</a>)</li>
<li>Switch to batched OSV queries for <code>uv audit</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18394">#18394</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid sharing version metadata across indexes (<a
href="https://redirect.github.com/astral-sh/uv/pull/18373">#18373</a>)</li>
<li>Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels
on Windows (<a
href="https://redirect.github.com/astral-sh/uv/pull/18362">#18362</a>)</li>
<li>Filter out unsupported environment wheels (<a
href="https://redirect.github.com/astral-sh/uv/pull/18445">#18445</a>)</li>
<li>Preserve absolute/relative paths in lockfiles (<a
href="https://redirect.github.com/astral-sh/uv/pull/18176">#18176</a>)</li>
<li>Recreate Python environments under <code>uv tool install
--force</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18399">#18399</a>)</li>
<li>Respect timestamp and other cache keys in cached environments (<a
href="https://redirect.github.com/astral-sh/uv/pull/18396">#18396</a>)</li>
<li>Simplify selected extra markers in <code>uv export</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/18433">#18433</a>)</li>
<li>Send pyx mint-token requests with a proper <code>Content-Type</code>
(<a
href="https://redirect.github.com/astral-sh/uv/pull/18334">#18334</a>)</li>
<li>Fix Windows operating system and version reporting (<a
href="https://redirect.github.com/astral-sh/uv/pull/18383">#18383</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Update the platform support policy with a tier 3 section including
freebsd and 32-bit windows (<a
href="https://redirect.github.com/astral-sh/uv/pull/18345">#18345</a>)</li>
</ul>
<h2>0.10.9</h2>
<p>Released on 2026-03-06.</p>
<h3>Enhancements</h3>
<ul>
<li>Add <code>fbgemm-gpu</code>, <code>fbgemm-gpu-genai</code>,
<code>torchrec</code>, and <code>torchtune</code> to the PyTorch list
(<a
href="https://redirect.github.com/astral-sh/uv/pull/18338">#18338</a>)</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/8c730aaad652bf0c4bda1f94ce6506ecf0b68fbd"><code>8c730aa</code></a>
Bump version to 0.10.10 (<a
href="https://redirect.github.com/astral-sh/uv/issues/18455">#18455</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/f190514288dba1e52bb3a4d45fcb4261ad6b74d0"><code>f190514</code></a>
Improve error handling for platform detection in Python downloads (<a
href="https://redirect.github.com/astral-sh/uv/issues/18453">#18453</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/3f03c64a0ad099c8fd12700bc29de85056c44eda"><code>3f03c64</code></a>
Update Rust to v1.94.0 (<a
href="https://redirect.github.com/astral-sh/uv/issues/18442">#18442</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/078feb7474a68eeaac053e3f28454031f70c678e"><code>078feb7</code></a>
Remove the repository code of conduct in favor of the organization one
(<a
href="https://redirect.github.com/astral-sh/uv/issues/18450">#18450</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/3db30e048d9c9265d5a43b2833f4d8224350b407"><code>3db30e0</code></a>
Filter out unsupported environment wheels (<a
href="https://redirect.github.com/astral-sh/uv/issues/18445">#18445</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/eec8048a0b1c88cb69227cd9f77ce28c2fc61c88"><code>eec8048</code></a>
Preserve absolute/relative paths in lockfiles (<a
href="https://redirect.github.com/astral-sh/uv/issues/18176">#18176</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/9fa25fb25a7e71b2efe2eb425204798917345930"><code>9fa25fb</code></a>
Improve output for <code>apply-ci-snapshots.sh</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/18444">#18444</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/7319e4699c89a9107fc69b418d68421446be70d1"><code>7319e46</code></a>
Remove overloaded use of 'audit' (<a
href="https://redirect.github.com/astral-sh/uv/issues/18427">#18427</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/e979ed7a032ee807573a45e825f42121a1501fff"><code>e979ed7</code></a>
Reject invalid classifiers, warn on license classifiers (<a
href="https://redirect.github.com/astral-sh/uv/issues/18419">#18419</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/6541b475b9fcacfd325cb570c26ca71af29e6a3d"><code>6541b47</code></a>
chore: update versions in new project init (<a
href="https://redirect.github.com/astral-sh/uv/issues/18417">#18417</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.10.9...0.10.10">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 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 00d862f commit ecf8768
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments