Skip to content

Commit c15db5b

Browse files
chore(deps-dev): Update uv requirement from 0.7.13 to 0.7.16 (#922)
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.16</h2> <h2>Release Notes</h2> <h3>Python</h3> <ul> <li>Add Python 3.14.0b3</li> </ul> <p>See the <a href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250626"><code>python-build-standalone</code> release notes</a> for more details.</p> <h3>Enhancements</h3> <ul> <li>Include path or URL when failing to convert in lockfile (<a href="https://redirect.github.com/astral-sh/uv/pull/14292">#14292</a>)</li> <li>Warn when <code>~=</code> is used as a Python version specifier without a patch version (<a href="https://redirect.github.com/astral-sh/uv/pull/14008">#14008</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>Ensure preview default Python installs are upgradeable (<a href="https://redirect.github.com/astral-sh/uv/pull/14261">#14261</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Share workspace cache between lock and sync operations (<a href="https://redirect.github.com/astral-sh/uv/pull/14321">#14321</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Allow local indexes to reference remote files (<a href="https://redirect.github.com/astral-sh/uv/pull/14294">#14294</a>)</li> <li>Avoid rendering desugared prefix matches in error messages (<a href="https://redirect.github.com/astral-sh/uv/pull/14195">#14195</a>)</li> <li>Avoid using path URL for workspace Git dependencies in <code>requirements.txt</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/14288">#14288</a>)</li> <li>Normalize index URLs to remove trailing slash (<a href="https://redirect.github.com/astral-sh/uv/pull/14245">#14245</a>)</li> <li>Respect URL-encoded credentials in redirect location (<a href="https://redirect.github.com/astral-sh/uv/pull/14315">#14315</a>)</li> <li>Lock the source tree when running setuptools, to protect concurrent builds (<a href="https://redirect.github.com/astral-sh/uv/pull/14174">#14174</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Note that GCP Artifact Registry download URLs must have <code>/simple</code> component (<a href="https://redirect.github.com/astral-sh/uv/pull/14251">#14251</a>)</li> </ul> <h2>Install uv 0.7.16</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.16/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.7.16/uv-installer.ps1 | iex&quot; </code></pre> <h2>Download uv 0.7.16</h2> <!-- 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.7.16</h2> <h3>Python</h3> <ul> <li>Add Python 3.14.0b3</li> </ul> <p>See the <a href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250626"><code>python-build-standalone</code> release notes</a> for more details.</p> <h3>Enhancements</h3> <ul> <li>Include path or URL when failing to convert in lockfile (<a href="https://redirect.github.com/astral-sh/uv/pull/14292">#14292</a>)</li> <li>Warn when <code>~=</code> is used as a Python version specifier without a patch version (<a href="https://redirect.github.com/astral-sh/uv/pull/14008">#14008</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>Ensure preview default Python installs are upgradeable (<a href="https://redirect.github.com/astral-sh/uv/pull/14261">#14261</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Share workspace cache between lock and sync operations (<a href="https://redirect.github.com/astral-sh/uv/pull/14321">#14321</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Allow local indexes to reference remote files (<a href="https://redirect.github.com/astral-sh/uv/pull/14294">#14294</a>)</li> <li>Avoid rendering desugared prefix matches in error messages (<a href="https://redirect.github.com/astral-sh/uv/pull/14195">#14195</a>)</li> <li>Avoid using path URL for workspace Git dependencies in <code>requirements.txt</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/14288">#14288</a>)</li> <li>Normalize index URLs to remove trailing slash (<a href="https://redirect.github.com/astral-sh/uv/pull/14245">#14245</a>)</li> <li>Respect URL-encoded credentials in redirect location (<a href="https://redirect.github.com/astral-sh/uv/pull/14315">#14315</a>)</li> <li>Lock the source tree when running setuptools, to protect concurrent builds (<a href="https://redirect.github.com/astral-sh/uv/pull/14174">#14174</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Note that GCP Artifact Registry download URLs must have <code>/simple</code> component (<a href="https://redirect.github.com/astral-sh/uv/pull/14251">#14251</a>)</li> </ul> <h2>0.7.15</h2> <h3>Enhancements</h3> <ul> <li>Consistently use <code>Ordering::Relaxed</code> for standalone atomic use cases (<a href="https://redirect.github.com/astral-sh/uv/pull/14190">#14190</a>)</li> <li>Warn on ambiguous relative paths for <code>--index</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/14152">#14152</a>)</li> <li>Skip GitHub fast path when rate-limited (<a href="https://redirect.github.com/astral-sh/uv/pull/13033">#13033</a>)</li> <li>Preserve newlines in <code>schema.json</code> descriptions (<a href="https://redirect.github.com/astral-sh/uv/pull/13693">#13693</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Add check for using minor version link when creating a venv on Windows (<a href="https://redirect.github.com/astral-sh/uv/pull/14252">#14252</a>)</li> <li>Strip query parameters when parsing source URL (<a href="https://redirect.github.com/astral-sh/uv/pull/14224">#14224</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/b6b7409d13e53b7f0752dc053bce9bd3b233269b"><code>b6b7409</code></a> Bump version to 0.7.16 (<a href="https://redirect.github.com/astral-sh/uv/issues/14334">#14334</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/eab938b7b4a9ce49e1eb5ffdcfec799e5538ccd8"><code>eab938b</code></a> Warn users on <code>~=</code> python version specifier (<a href="https://redirect.github.com/astral-sh/uv/issues/14008">#14008</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/6a5d2f1ec4b8a43a38fb29cf31d57fd9f2bc362f"><code>6a5d2f1</code></a> Share workspace cache between lock and sync operations (<a href="https://redirect.github.com/astral-sh/uv/issues/14321">#14321</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/4eef79e5e83a0b980a0cd97781fbf4930dded582"><code>4eef79e</code></a> Avoid rendering desugared prefix matches in error messages (<a href="https://redirect.github.com/astral-sh/uv/issues/14195">#14195</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/f892b8564fc3dc2e9c6db4453d8d8860c4a8ba65"><code>f892b85</code></a> Return <code>Cow</code> from <code>UrlString::with_</code> methods (<a href="https://redirect.github.com/astral-sh/uv/issues/14319">#14319</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/74468dac15e9d357cc68cca9a32585fd862208b9"><code>74468da</code></a> Bump <code>python-build-standalone</code> releases to include 3.14.0b3 (<a href="https://redirect.github.com/astral-sh/uv/issues/14301">#14301</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/880c5e4949725fa902e0b6ff117456a08e0409de"><code>880c5e4</code></a> Ensure preview default Python installs are upgradeable (<a href="https://redirect.github.com/astral-sh/uv/issues/14261">#14261</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/5754f2f2db03824f3f6c6b915e508c09d141088b"><code>5754f2f</code></a> Normalize index URLs to remove trailing slash (<a href="https://redirect.github.com/astral-sh/uv/issues/14245">#14245</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/a824468c8b4055be54747e201a12f8f33e7db12d"><code>a824468</code></a> Respect URL-encoded credentials in redirect location (<a href="https://redirect.github.com/astral-sh/uv/issues/14315">#14315</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/56266447e228d7c042036f26e86f4fe4f46d66f2"><code>5626644</code></a> Bump MSRV and <code>rust-toolchain</code> version (<a href="https://redirect.github.com/astral-sh/uv/issues/14303">#14303</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.7.13...0.7.16">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 d853cb6 commit c15db5b

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
@@ -106,7 +106,7 @@ pip = ">=23.0"
106106
pipenv = ">=2023.11.5"
107107
poetry = "^1.7"
108108
pdm = "^2.11"
109-
uv = "0.7.13" # keep pinned to exact version, until a v1.0.0 is released
109+
uv = "0.7.16" # keep pinned to exact version, until a v1.0.0 is released
110110

111111

112112

0 commit comments

Comments
 (0)