-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit 90764b0
authored
chore(deps-dev): Update uv requirement from 0.8.17 to 0.8.19 (#973)
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.8.19</h2>
<h2>Release Notes</h2>
<p>Released on 2025-09-19.</p>
<h3>Python</h3>
<ul>
<li>Add CPython 3.14.0rc3</li>
<li>Upgrade OpenSSL to 3.5.3</li>
</ul>
<p>See the <a
href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250918">python-build-standalone
release notes</a> for more details.</p>
<h3>Bug fixes</h3>
<ul>
<li>Make <code>uv cache clean</code> parallel process safe (<a
href="https://redirect.github.com/astral-sh/uv/pull/15888">#15888</a>)</li>
<li>Fix implied <code>platform_machine</code> marker for
<code>win_arm64</code> platform tag (<a
href="https://redirect.github.com/astral-sh/uv/pull/15921">#15921</a>)</li>
</ul>
<h2>Install uv 0.8.19</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.8.19/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.8.19/uv-installer.ps1
| iex"
</code></pre>
<h2>Download uv 0.8.19</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.8.19/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.8.19/uv-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/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.8.19/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.8.19/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.8.19/uv-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/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.8.19/uv-i686-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/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.8.19/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.8.19/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.8.19/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.8.19/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.8.19/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.8.19/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.8.19/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.8.19/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.8.19/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.8.19/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.8.19/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/uv-s390x-unknown-linux-gnu.tar.gz">uv-s390x-unknown-linux-gnu.tar.gz</a></td>
<td>S390x Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/uv-s390x-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/uv-x86_64-unknown-linux-gnu.tar.gz">uv-x86_64-unknown-linux-gnu.tar.gz</a></td>
<td>x64 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/uv-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/uv-armv7-unknown-linux-gnueabihf.tar.gz">uv-armv7-unknown-linux-gnueabihf.tar.gz</a></td>
<td>ARMv7 Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/uv-aarch64-unknown-linux-musl.tar.gz">uv-aarch64-unknown-linux-musl.tar.gz</a></td>
<td>ARM64 MUSL Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/uv-aarch64-unknown-linux-musl.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/uv-i686-unknown-linux-musl.tar.gz">uv-i686-unknown-linux-musl.tar.gz</a></td>
<td>x86 MUSL Linux</td>
<td><a
href="https://github.com/astral-sh/uv/releases/download/0.8.19/uv-i686-unknown-linux-musl.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.8.19</h2>
<p>Released on 2025-09-19.</p>
<h3>Python</h3>
<ul>
<li>Add CPython 3.14.0rc3</li>
<li>Upgrade OpenSSL to 3.5.3</li>
</ul>
<p>See the <a
href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250918">python-build-standalone
release notes</a> for more details.</p>
<h3>Bug fixes</h3>
<ul>
<li>Make <code>uv cache clean</code> parallel process safe (<a
href="https://redirect.github.com/astral-sh/uv/pull/15888">#15888</a>)</li>
<li>Fix implied <code>platform_machine</code> marker for
<code>win_arm64</code> platform tag (<a
href="https://redirect.github.com/astral-sh/uv/pull/15921">#15921</a>)</li>
</ul>
<h2>0.8.18</h2>
<p>Released on 2025-09-17.</p>
<h3>Enhancements</h3>
<ul>
<li>Add PyG packages to torch backend (<a
href="https://redirect.github.com/astral-sh/uv/pull/15911">#15911</a>)</li>
<li>Add handling for unnamed conda environments in base environment
detection (<a
href="https://redirect.github.com/astral-sh/uv/pull/15681">#15681</a>)</li>
<li>Allow selection of debug build interpreters (<a
href="https://redirect.github.com/astral-sh/uv/pull/11520">#11520</a>)</li>
<li>Improve <code>uv init</code> defaults for native build backend cache
keys (<a
href="https://redirect.github.com/astral-sh/uv/pull/15705">#15705</a>)</li>
<li>Error when <code>pyproject.toml</code> target does not exist for
dependency groups (<a
href="https://redirect.github.com/astral-sh/uv/pull/15831">#15831</a>)</li>
<li>Infer check URL from publish URL when known (<a
href="https://redirect.github.com/astral-sh/uv/pull/15886">#15886</a>)</li>
<li>Support Gitlab CI/CD as a trusted publisher (<a
href="https://redirect.github.com/astral-sh/uv/pull/15583">#15583</a>)</li>
<li>Add GraalPy 25.0.0 with support for Python 3.12 (<a
href="https://redirect.github.com/astral-sh/uv/pull/15900">#15900</a>)</li>
<li>Add <code>--no-clear</code> to <code>uv venv</code> to disable
removal prompts (<a
href="https://redirect.github.com/astral-sh/uv/pull/15795">#15795</a>)</li>
<li>Add conflict detection between <code>--only-group</code> and
<code>--extra</code> flags (<a
href="https://redirect.github.com/astral-sh/uv/pull/15788">#15788</a>)</li>
<li>Allow <code>[project]</code> to be missing from a
<code>pyproject.toml</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/14113">#14113</a>)</li>
<li>Always treat conda environments named <code>base</code> and
<code>root</code> as base environments (<a
href="https://redirect.github.com/astral-sh/uv/pull/15682">#15682</a>)</li>
<li>Improve log message when direct build for <code>uv_build</code> is
skipped (<a
href="https://redirect.github.com/astral-sh/uv/pull/15898">#15898</a>)</li>
<li>Log when the cache is disabled (<a
href="https://redirect.github.com/astral-sh/uv/pull/15828">#15828</a>)</li>
<li>Show pyx organization name after authenticating (<a
href="https://redirect.github.com/astral-sh/uv/pull/15823">#15823</a>)</li>
<li>Use <code>_CONDA_ROOT</code> to detect Conda base environments (<a
href="https://redirect.github.com/astral-sh/uv/pull/15680">#15680</a>)</li>
<li>Include blake2b hash in <code>uv publish</code> upload form (<a
href="https://redirect.github.com/astral-sh/uv/pull/15794">#15794</a>)</li>
<li>Fix misleading debug message when removing environments in <code>uv
sync</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/15881">#15881</a>)</li>
</ul>
<h3>Deprecations</h3>
<ul>
<li>Deprecate <code>tool.uv.dev-dependencies</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/15469">#15469</a>)</li>
<li>Revert "feat(ci): build loongarch64 binaries in CI (<a
href="https://redirect.github.com/astral-sh/uv/issues/15387">#15387</a>)"
(<a
href="https://redirect.github.com/astral-sh/uv/pull/15820">#15820</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>Propagate preview flag to client for <code>native-auth</code>
feature (<a
href="https://redirect.github.com/astral-sh/uv/pull/15872">#15872</a>)</li>
<li>Store native credentials for realms with the https scheme stripped
(<a
href="https://redirect.github.com/astral-sh/uv/pull/15879">#15879</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/fc7c2f8b504719811a61303818d9f88162b55cba"><code>fc7c2f8</code></a>
Bump version to 0.8.19 (<a
href="https://redirect.github.com/astral-sh/uv/issues/15953">#15953</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/974a83b676b65ee289aae647a41c82a124e13ec6"><code>974a83b</code></a>
Sync latest Python releases (<a
href="https://redirect.github.com/astral-sh/uv/issues/15940">#15940</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/00aa2ab67290f45c3797c1359d027cc38d137d7e"><code>00aa2ab</code></a>
Make <code>uv cache clean</code> parallel process safe (<a
href="https://redirect.github.com/astral-sh/uv/issues/15888">#15888</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/0889d53c25f2c5e065029d13e416bc8d102e3f57"><code>0889d53</code></a>
Bump MSRV to 1.88 (<a
href="https://redirect.github.com/astral-sh/uv/issues/15935">#15935</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/4c2d9e19b0a598919d1dd982e6edc552a799c1b7"><code>4c2d9e1</code></a>
Use <code>EnvVars</code> in linehaul (<a
href="https://redirect.github.com/astral-sh/uv/issues/15931">#15931</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/e23da5b315b14db73aaf672a205d2a0d3f0edd5a"><code>e23da5b</code></a>
Use <code>EnvVars</code> for Conda variables in tests (<a
href="https://redirect.github.com/astral-sh/uv/issues/15930">#15930</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/f122387f898bca32ead6ffe461e8e3b3fa8c487d"><code>f122387</code></a>
Fix implied <code>platform_machine</code> marker for
<code>win_arm64</code> platform tag (<a
href="https://redirect.github.com/astral-sh/uv/issues/15921">#15921</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/c4c47814a810a2f49016d17d67c559d91c50b4c9"><code>c4c4781</code></a>
Bump version to 0.8.18 (<a
href="https://redirect.github.com/astral-sh/uv/issues/15920">#15920</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/fa53a62f0b0ba264947452c42d82747c407cc8f5"><code>fa53a62</code></a>
Always treat conda environments named <code>base</code> and
<code>root</code> as base environments ...</li>
<li><a
href="https://github.com/astral-sh/uv/commit/759eab837ab41a095e36afb57424a7b3d95b26c0"><code>759eab8</code></a>
Add GitHub Actions to PyPI trusted publishing example (<a
href="https://redirect.github.com/astral-sh/uv/issues/15753">#15753</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.8.17...0.8.19">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 b5dc9da commit 90764b0Copy full SHA for 90764b0
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 | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments