Commit 4422a35
authored
chore(deps-dev): Update uv requirement from 0.7.12 to 0.7.13 (#913)
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.7.13</h2>
<h2>Release Notes</h2>
<h3>Python</h3>
<ul>
<li>Add Python 3.14.0b2</li>
<li>Add Python 3.13.5</li>
<li>Fix stability of <code>uuid.getnode</code> on 3.13</li>
</ul>
<p>See the <a
href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250612"><code>python-build-standalone</code>
release notes</a> for more details.</p>
<h3>Enhancements</h3>
<ul>
<li>Download versions in <code>uv python pin</code> if not found (<a
href="https://redirect.github.com/astral-sh/uv/pull/13946">#13946</a>)</li>
<li>Use TTY detection to determine if SIGINT forwarding is enabled (<a
href="https://redirect.github.com/astral-sh/uv/pull/13925">#13925</a>)</li>
<li>Avoid fetching an exact, cached Git commit, even if it isn't locked
(<a
href="https://redirect.github.com/astral-sh/uv/pull/13748">#13748</a>)</li>
<li>Add <code>zstd</code> and <code>deflate</code> to
<code>Accept-Encoding</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13982">#13982</a>)</li>
<li>Build binaries for riscv64 (<a
href="https://redirect.github.com/astral-sh/uv/pull/12688">#12688</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Check if relative URL is valid directory before treating as index
(<a
href="https://redirect.github.com/astral-sh/uv/pull/13917">#13917</a>)</li>
<li>Ignore Python discovery errors during <code>uv python pin</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13944">#13944</a>)</li>
<li>Do not allow <code>uv add --group ... --script</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13997">#13997</a>)</li>
</ul>
<h3>Preview changes</h3>
<ul>
<li>Build backend: Support namespace packages (<a
href="https://redirect.github.com/astral-sh/uv/pull/13833">#13833</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add 3.14 to the supported platform reference (<a
href="https://redirect.github.com/astral-sh/uv/pull/13990">#13990</a>)</li>
<li>Add an <code>llms.txt</code> to uv (<a
href="https://redirect.github.com/astral-sh/uv/pull/13929">#13929</a>)</li>
<li>Add supported macOS version to the platform reference (<a
href="https://redirect.github.com/astral-sh/uv/pull/13993">#13993</a>)</li>
<li>Update platform support reference to include Python implementation
list (<a
href="https://redirect.github.com/astral-sh/uv/pull/13991">#13991</a>)</li>
<li>Update pytorch.md (<a
href="https://redirect.github.com/astral-sh/uv/pull/13899">#13899</a>)</li>
<li>Update the CLI help and reference to include references to the
Python bin directory (<a
href="https://redirect.github.com/astral-sh/uv/pull/13978">#13978</a>)</li>
</ul>
<h2>Install uv 0.7.13</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.7.13/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.7.13/uv-installer.ps1
| iex"
</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.7.13</h2>
<h3>Python</h3>
<ul>
<li>Add Python 3.14.0b2</li>
<li>Add Python 3.13.5</li>
<li>Fix stability of <code>uuid.getnode</code> on 3.13</li>
</ul>
<p>See the
<a
href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250612"><code>python-build-standalone</code>
release notes</a>
for more details.</p>
<h3>Enhancements</h3>
<ul>
<li>Download versions in <code>uv python pin</code> if not found (<a
href="https://redirect.github.com/astral-sh/uv/pull/13946">#13946</a>)</li>
<li>Use TTY detection to determine if SIGINT forwarding is enabled (<a
href="https://redirect.github.com/astral-sh/uv/pull/13925">#13925</a>)</li>
<li>Avoid fetching an exact, cached Git commit, even if it isn't locked
(<a
href="https://redirect.github.com/astral-sh/uv/pull/13748">#13748</a>)</li>
<li>Add <code>zstd</code> and <code>deflate</code> to
<code>Accept-Encoding</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13982">#13982</a>)</li>
<li>Build binaries for riscv64 (<a
href="https://redirect.github.com/astral-sh/uv/pull/12688">#12688</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Check if relative URL is valid directory before treating as index
(<a
href="https://redirect.github.com/astral-sh/uv/pull/13917">#13917</a>)</li>
<li>Ignore Python discovery errors during <code>uv python pin</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13944">#13944</a>)</li>
<li>Do not allow <code>uv add --group ... --script</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13997">#13997</a>)</li>
</ul>
<h3>Preview changes</h3>
<ul>
<li>Build backend: Support namespace packages (<a
href="https://redirect.github.com/astral-sh/uv/pull/13833">#13833</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add 3.14 to the supported platform reference (<a
href="https://redirect.github.com/astral-sh/uv/pull/13990">#13990</a>)</li>
<li>Add an <code>llms.txt</code> to uv (<a
href="https://redirect.github.com/astral-sh/uv/pull/13929">#13929</a>)</li>
<li>Add supported macOS version to the platform reference (<a
href="https://redirect.github.com/astral-sh/uv/pull/13993">#13993</a>)</li>
<li>Update platform support reference to include Python implementation
list (<a
href="https://redirect.github.com/astral-sh/uv/pull/13991">#13991</a>)</li>
<li>Update pytorch.md (<a
href="https://redirect.github.com/astral-sh/uv/pull/13899">#13899</a>)</li>
<li>Update the CLI help and reference to include references to the
Python bin directory (<a
href="https://redirect.github.com/astral-sh/uv/pull/13978">#13978</a>)</li>
</ul>
<h2>0.7.12</h2>
<h3>Enhancements</h3>
<ul>
<li>Add <code>uv python pin --rm</code> to remove
<code>.python-version</code> pins (<a
href="https://redirect.github.com/astral-sh/uv/pull/13860">#13860</a>)</li>
<li>Don't hint at versions removed by <code>excluded-newer</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13884">#13884</a>)</li>
<li>Add hint to use <code>tool.uv.environments</code> on resolution
error (<a
href="https://redirect.github.com/astral-sh/uv/pull/13455">#13455</a>)</li>
<li>Add hint to use <code>tool.uv.required-environments</code> on
resolution error (<a
href="https://redirect.github.com/astral-sh/uv/pull/13575">#13575</a>)</li>
<li>Improve <code>python pin</code> error messages (<a
href="https://redirect.github.com/astral-sh/uv/pull/13862">#13862</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/62ed17b2301874ea231cef78d1b25cd6a81a2a9c"><code>62ed17b</code></a>
Bump version to 0.7.13 (<a
href="https://redirect.github.com/astral-sh/uv/issues/14002">#14002</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/7316bd01a3f484807be7cfab66cf6b03416e9cf7"><code>7316bd0</code></a>
Build backend: Support namespace packages (<a
href="https://redirect.github.com/astral-sh/uv/issues/13833">#13833</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/95ad8e5e8231bf50d8ddff1efb086586a6117733"><code>95ad8e5</code></a>
Add 3.14 to the supported platform reference (<a
href="https://redirect.github.com/astral-sh/uv/issues/13990">#13990</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/e0671187005dd42433f64c16926ccb682e61ded9"><code>e067118</code></a>
Add supported macOS version to the platform reference (<a
href="https://redirect.github.com/astral-sh/uv/issues/13993">#13993</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/f82909ad68e55727c72b8bad1de327bc11b387ca"><code>f82909a</code></a>
Update platform support reference to include Python implementation list
(<a
href="https://redirect.github.com/astral-sh/uv/issues/13991">#13991</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/d9c34259b30375d1c22dd6c4064de14958e62079"><code>d9c3425</code></a>
Sync latest Python releases (<a
href="https://redirect.github.com/astral-sh/uv/issues/13996">#13996</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/a1f9f28762b113dcecd07fd739f77c1bb417a53d"><code>a1f9f28</code></a>
Do not allow <code>uv add --group ... --script</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/13997">#13997</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/806cc5cad9ac8abc3c29537a9f27bec66f409389"><code>806cc5c</code></a>
Debug <code>sync_dry_run</code> flake by panicking with verbose output
on failure (<a
href="https://redirect.github.com/astral-sh/uv/issues/13817">#13817</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/87ab57e902c9009b47f22d951acf631b515e3bed"><code>87ab57e</code></a>
Update the CLI help and reference to include references to the Python
bin dir...</li>
<li><a
href="https://github.com/astral-sh/uv/commit/b3d7f7977044c2d1d3f21617636a8840cc02688c"><code>b3d7f79</code></a>
Universal sync_required_environment_hint test (<a
href="https://redirect.github.com/astral-sh/uv/issues/13975">#13975</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.7.12...0.7.13">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 b7fe8ae commit 4422a35
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments