Skip to content

Commit 14a6f9b

Browse files
chore(deps-dev): Update uv requirement from 0.8.14 to 0.8.15 (#964)
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.15</h2> <h2>Release Notes</h2> <h3>Python</h3> <ul> <li>Upgrade SQLite 3.50.4 in CPython builds for <a href="https://github.com/advisories/GHSA-2m69-gcr7-jv3q">CVE-2025-6965</a> (see also <a href="https://redirect.github.com/python/cpython/issues/137134">python/cpython#137134</a>)</li> </ul> <h3>Enhancements</h3> <ul> <li>Add <code>uv auth</code> commands for credential management (<a href="https://redirect.github.com/astral-sh/uv/pull/15570">#15570</a>)</li> <li>Add pyx support to <code>uv auth</code> commands (<a href="https://redirect.github.com/astral-sh/uv/pull/15636">#15636</a>)</li> <li>Add <code>uv tree --show-sizes</code> to show package sizes (<a href="https://redirect.github.com/astral-sh/uv/pull/15531">#15531</a>)</li> <li>Add <code>--python-platform riscv64-unknown-linux</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15630">#15630</a>)</li> <li>Add <code>--python-platform</code> to <code>uv run</code> and <code>uv tool</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15515">#15515</a>)</li> <li>Add <code>uv publish --dry-run</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15638">#15638</a>)</li> <li>Add zstandard support for wheels (<a href="https://redirect.github.com/astral-sh/uv/pull/15645">#15645</a>)</li> <li>Allow registries to pre-provide core metadata (<a href="https://redirect.github.com/astral-sh/uv/pull/15644">#15644</a>)</li> <li>Retry streaming Python and binary download errors (<a href="https://redirect.github.com/astral-sh/uv/pull/15567">#15567</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix settings rendering for <code>extra-build-dependencies</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15622">#15622</a>)</li> <li>Skip non-existent directories in bytecode compilation (<a href="https://redirect.github.com/astral-sh/uv/pull/15608">#15608</a>)</li> </ul> <h3>Error messages</h3> <ul> <li>Add error trace to invalid package format (<a href="https://redirect.github.com/astral-sh/uv/pull/15626">#15626</a>)</li> </ul> <h2>Install uv 0.8.15</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.15/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.8.15/uv-installer.ps1 | iex&quot; </code></pre> <h2>Download uv 0.8.15</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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.15/uv-i686-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.8.15</h2> <h3>Python</h3> <ul> <li>Upgrade SQLite 3.50.4 in CPython builds for <a href="https://github.com/advisories/GHSA-2m69-gcr7-jv3q">CVE-2025-6965</a> (see also <a href="https://redirect.github.com/python/cpython/issues/137134">python/cpython#137134</a>)</li> </ul> <h3>Enhancements</h3> <ul> <li>Add <code>uv auth</code> commands for credential management (<a href="https://redirect.github.com/astral-sh/uv/pull/15570">#15570</a>)</li> <li>Add pyx support to <code>uv auth</code> commands (<a href="https://redirect.github.com/astral-sh/uv/pull/15636">#15636</a>)</li> <li>Add <code>uv tree --show-sizes</code> to show package sizes (<a href="https://redirect.github.com/astral-sh/uv/pull/15531">#15531</a>)</li> <li>Add <code>--python-platform riscv64-unknown-linux</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15630">#15630</a>)</li> <li>Add <code>--python-platform</code> to <code>uv run</code> and <code>uv tool</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15515">#15515</a>)</li> <li>Add <code>uv publish --dry-run</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15638">#15638</a>)</li> <li>Add zstandard support for wheels (<a href="https://redirect.github.com/astral-sh/uv/pull/15645">#15645</a>)</li> <li>Allow registries to pre-provide core metadata (<a href="https://redirect.github.com/astral-sh/uv/pull/15644">#15644</a>)</li> <li>Retry streaming Python and binary download errors (<a href="https://redirect.github.com/astral-sh/uv/pull/15567">#15567</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix settings rendering for <code>extra-build-dependencies</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15622">#15622</a>)</li> <li>Skip non-existent directories in bytecode compilation (<a href="https://redirect.github.com/astral-sh/uv/pull/15608">#15608</a>)</li> </ul> <h3>Error messages</h3> <ul> <li>Add error trace to invalid package format (<a href="https://redirect.github.com/astral-sh/uv/pull/15626">#15626</a>)</li> </ul> <h2>0.8.14</h2> <h3>Python</h3> <ul> <li>Add managed CPython distributions for aarch64 musl</li> </ul> <h3>Enhancements</h3> <ul> <li>Add <code>--python-platform</code> to <code>uv pip check</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15486">#15486</a>)</li> <li>Add an environment variable for <code>UV_ISOLATED</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15428">#15428</a>)</li> <li>Add logging to the uv build backend (<a href="https://redirect.github.com/astral-sh/uv/pull/15533">#15533</a>)</li> <li>Allow more trailing null bytes in zip files (<a href="https://redirect.github.com/astral-sh/uv/pull/15452">#15452</a>)</li> <li>Allow pinning managed Python versions to specific build versions (<a href="https://redirect.github.com/astral-sh/uv/pull/15314">#15314</a>)</li> <li>Cache PyTorch wheels by default (<a href="https://redirect.github.com/astral-sh/uv/pull/15481">#15481</a>)</li> <li>Reject already-installed wheels that don't match the target platform (<a href="https://redirect.github.com/astral-sh/uv/pull/15484">#15484</a>)</li> <li>Add <code>--no-install-local</code> option to <code>uv sync</code>, <code>uv add</code> and <code>uv export</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15328">#15328</a>)</li> <li>Include cycle error message in <code>uv pip</code> CLI (<a href="https://redirect.github.com/astral-sh/uv/pull/15453">#15453</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>Fix format of <code>{version}</code> on <code>uv format</code> failure (<a href="https://redirect.github.com/astral-sh/uv/pull/15527">#15527</a>)</li> <li>Lock during installs in <code>uv format</code> to prevent races (<a href="https://redirect.github.com/astral-sh/uv/pull/15551">#15551</a>)</li> <li>Respect <code>--project</code> in <code>uv format</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15438">#15438</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/8473ecba11664c70628d776c44f60afefee0b49f"><code>8473ecb</code></a> Require HTTPS for CDN requests (<a href="https://redirect.github.com/astral-sh/uv/issues/15660">#15660</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/ad35d120d66e43caf4073c27c06e432adadf9867"><code>ad35d12</code></a> Make <code>uv auth dir</code> service-aware (<a href="https://redirect.github.com/astral-sh/uv/issues/15649">#15649</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/70cb0df7c28a950463ce0f41092f63fbaec838bb"><code>70cb0df</code></a> Bump version to v0.8.15 (<a href="https://redirect.github.com/astral-sh/uv/issues/15648">#15648</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/4e48d759c47f5d566285e4d2a7ab0411ab844c6c"><code>4e48d75</code></a> Add zstandard support for wheels (<a href="https://redirect.github.com/astral-sh/uv/issues/15645">#15645</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/7606f1ad3c41f8ee8c9e559f96026efa5d581bc7"><code>7606f1a</code></a> Add <code>uv publish --dry-run</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/15638">#15638</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/b57ad179b6e1b275e0ca8cac909b643ce2e264ee"><code>b57ad17</code></a> Allow registries to pre-provide core metadata (<a href="https://redirect.github.com/astral-sh/uv/issues/15644">#15644</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/f88aaa8740824b03be36c7ff106a139151452165"><code>f88aaa8</code></a> Add pyx support to <code>uv auth</code> commands (<a href="https://redirect.github.com/astral-sh/uv/issues/15636">#15636</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/f9e98d1fb6bf2b1350f60d5bf401f7038da2d3e8"><code>f9e98d1</code></a> Allow providing the <code>uv auth login</code> password or token via stdin (<a href="https://redirect.github.com/astral-sh/uv/issues/15642">#15642</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/63b93a1db049e0c16a55cc3e0a1162f742375395"><code>63b93a1</code></a> Add test cases for URL matching with the native keyring (<a href="https://redirect.github.com/astral-sh/uv/issues/15641">#15641</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/8fcd88d2d4aa1bbe11349f9727c5d4e33f7c793e"><code>8fcd88d</code></a> Sync latest Python releases (<a href="https://redirect.github.com/astral-sh/uv/issues/15631">#15631</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.8.14...0.8.15">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 35f908f commit 14a6f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pip = ">=23.0"
109109
pipenv = ">=2023.11.5"
110110
poetry = "^1.7"
111111
pdm = "^2.11"
112-
uv = "0.8.14" # keep pinned to exact version, until a v1.0.0 is released
112+
uv = "0.8.15" # keep pinned to exact version, until a v1.0.0 is released
113113

114114

115115

0 commit comments

Comments
 (0)