Skip to content

Commit 84949df

Browse files
chore(deps-dev): Update uv requirement from 0.7.2 to 0.7.3 (#895)
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.3</h2> <h2>Release Notes</h2> <h3>Enhancements</h3> <ul> <li>Add <code>--dry-run</code> support to <code>uv self update</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/9829">#9829</a>)</li> <li>Add <code>--show-with</code> to <code>uv tool list</code> to list packages included by <code>--with</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13264">#13264</a>)</li> <li>De-duplicate fetched index URLs (<a href="https://redirect.github.com/astral-sh/uv/pull/13205">#13205</a>)</li> <li>Support more zip compression formats: bzip2, lzma, xz, zstd (<a href="https://redirect.github.com/astral-sh/uv/pull/13285">#13285</a>)</li> <li>Add support for downloading GraalPy (<a href="https://redirect.github.com/astral-sh/uv/pull/13172">#13172</a>)</li> <li>Improve error message when a virtual environment Python symlink is broken (<a href="https://redirect.github.com/astral-sh/uv/pull/12168">#12168</a>)</li> <li>Use <code>fs_err</code> for paths in symlinking errors (<a href="https://redirect.github.com/astral-sh/uv/pull/13303">#13303</a>)</li> <li>Minify and embed managed Python JSON at compile time (<a href="https://redirect.github.com/astral-sh/uv/pull/12967">#12967</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>Build backend: Make preview default and add configuration docs (<a href="https://redirect.github.com/astral-sh/uv/pull/12804">#12804</a>)</li> <li>Build backend: Allow escaping in globs (<a href="https://redirect.github.com/astral-sh/uv/pull/13313">#13313</a>)</li> <li>Build backend: Make builds reproducible across operating systems (<a href="https://redirect.github.com/astral-sh/uv/pull/13171">#13171</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Add <code>python-downloads-json-url</code> option for <code>uv.toml</code> to configure custom Python installations via JSON URL (<a href="https://redirect.github.com/astral-sh/uv/pull/12974">#12974</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Check nested IO errors for retries (<a href="https://redirect.github.com/astral-sh/uv/pull/13260">#13260</a>)</li> <li>Accept <code>musllinux_1_0</code> as a valid platform tag (<a href="https://redirect.github.com/astral-sh/uv/pull/13289">#13289</a>)</li> <li>Fix discovery of pre-release managed Python versions in range requests (<a href="https://redirect.github.com/astral-sh/uv/pull/13330">#13330</a>)</li> <li>Respect locked script preferences in <code>uv run --with</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13283">#13283</a>)</li> <li>Retry streaming downloads on broken pipe errors (<a href="https://redirect.github.com/astral-sh/uv/pull/13281">#13281</a>)</li> <li>Treat already-installed base environment packages as preferences in <code>uv run --with</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13284">#13284</a>)</li> <li>Avoid enumerating sources in errors for path Python requests (<a href="https://redirect.github.com/astral-sh/uv/pull/13335">#13335</a>)</li> <li>Avoid re-creating virtual environment with <code>--no-sync</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13287">#13287</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Remove outdated description of index strategy (<a href="https://redirect.github.com/astral-sh/uv/pull/13326">#13326</a>)</li> <li>Update &quot;Viewing the version&quot; docs (<a href="https://redirect.github.com/astral-sh/uv/pull/13241">#13241</a>)</li> </ul> <h2>Install uv 0.7.3</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.3/uv-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <!-- 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.3</h2> <h3>Enhancements</h3> <ul> <li>Add <code>--dry-run</code> support to <code>uv self update</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/9829">#9829</a>)</li> <li>Add <code>--show-with</code> to <code>uv tool list</code> to list packages included by <code>--with</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13264">#13264</a>)</li> <li>De-duplicate fetched index URLs (<a href="https://redirect.github.com/astral-sh/uv/pull/13205">#13205</a>)</li> <li>Support more zip compression formats: bzip2, lzma, xz, zstd (<a href="https://redirect.github.com/astral-sh/uv/pull/13285">#13285</a>)</li> <li>Add support for downloading GraalPy (<a href="https://redirect.github.com/astral-sh/uv/pull/13172">#13172</a>)</li> <li>Improve error message when a virtual environment Python symlink is broken (<a href="https://redirect.github.com/astral-sh/uv/pull/12168">#12168</a>)</li> <li>Use <code>fs_err</code> for paths in symlinking errors (<a href="https://redirect.github.com/astral-sh/uv/pull/13303">#13303</a>)</li> <li>Minify and embed managed Python JSON at compile time (<a href="https://redirect.github.com/astral-sh/uv/pull/12967">#12967</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>Build backend: Make preview default and add configuration docs (<a href="https://redirect.github.com/astral-sh/uv/pull/12804">#12804</a>)</li> <li>Build backend: Allow escaping in globs (<a href="https://redirect.github.com/astral-sh/uv/pull/13313">#13313</a>)</li> <li>Build backend: Make builds reproducible across operating systems (<a href="https://redirect.github.com/astral-sh/uv/pull/13171">#13171</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Add <code>python-downloads-json-url</code> option for <code>uv.toml</code> to configure custom Python installations via JSON URL (<a href="https://redirect.github.com/astral-sh/uv/pull/12974">#12974</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Check nested IO errors for retries (<a href="https://redirect.github.com/astral-sh/uv/pull/13260">#13260</a>)</li> <li>Accept <code>musllinux_1_0</code> as a valid platform tag (<a href="https://redirect.github.com/astral-sh/uv/pull/13289">#13289</a>)</li> <li>Fix discovery of pre-release managed Python versions in range requests (<a href="https://redirect.github.com/astral-sh/uv/pull/13330">#13330</a>)</li> <li>Respect locked script preferences in <code>uv run --with</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13283">#13283</a>)</li> <li>Retry streaming downloads on broken pipe errors (<a href="https://redirect.github.com/astral-sh/uv/pull/13281">#13281</a>)</li> <li>Treat already-installed base environment packages as preferences in <code>uv run --with</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13284">#13284</a>)</li> <li>Avoid enumerating sources in errors for path Python requests (<a href="https://redirect.github.com/astral-sh/uv/pull/13335">#13335</a>)</li> <li>Avoid re-creating virtual environment with <code>--no-sync</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13287">#13287</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Remove outdated description of index strategy (<a href="https://redirect.github.com/astral-sh/uv/pull/13326">#13326</a>)</li> <li>Update &quot;Viewing the version&quot; docs (<a href="https://redirect.github.com/astral-sh/uv/pull/13241">#13241</a>)</li> </ul> <h2>0.7.2</h2> <h3>Enhancements</h3> <ul> <li>Improve trace log for retryable errors (<a href="https://redirect.github.com/astral-sh/uv/pull/13228">#13228</a>)</li> <li>Use &quot;error&quot; instead of &quot;warning&quot; for self-update message (<a href="https://redirect.github.com/astral-sh/uv/pull/13229">#13229</a>)</li> <li>Error when <code>uv version</code> is used with project-specific flags but no project is found (<a href="https://redirect.github.com/astral-sh/uv/pull/13203">#13203</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Fix incorrect virtual environment invalidation for pre-release Python versions (<a href="https://redirect.github.com/astral-sh/uv/pull/13234">#13234</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/3c413f74b91118548779b06a01db61be27f560ca"><code>3c413f7</code></a> Bump verison to 0.7.3 (<a href="https://redirect.github.com/astral-sh/uv/issues/13337">#13337</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/fa8db5a8d0bfc9eb3039e788dd7c719ffe85b030"><code>fa8db5a</code></a> Avoid enumerating sources in errors for path Python requests (<a href="https://redirect.github.com/astral-sh/uv/issues/13335">#13335</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/364e3999d4ea28efd7d9cae6ec2ebe6b667a3cc1"><code>364e399</code></a> Improve error message when a virtual environment Python symlink is broken (<a href="https://redirect.github.com/astral-sh/uv/issues/1">#1</a>...</li> <li><a href="https://github.com/astral-sh/uv/commit/a43333351e53210f41e969041f5919fb1f534134"><code>a433333</code></a> Build backend: Allow escaping in globs (<a href="https://redirect.github.com/astral-sh/uv/issues/13313">#13313</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/ddd6f3debe0e72474a008c818b2011e036e59a83"><code>ddd6f3d</code></a> Fix discovery of pre-release managed Python versions in range requests (<a href="https://redirect.github.com/astral-sh/uv/issues/13330">#13330</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/1eaa432e37e46391c34a368a5e4708eef28fc568"><code>1eaa432</code></a> Remove outdated description of index strategy (<a href="https://redirect.github.com/astral-sh/uv/issues/13326">#13326</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/5e7f3d2920e2d23779fd952f13fe41e5292391a2"><code>5e7f3d2</code></a> Add <code>--show-with</code> to <code>uv tool list</code> to list packages included by <code>--with</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/1">#1</a>...</li> <li><a href="https://github.com/astral-sh/uv/commit/1ec193569349f2e4b411984262de86905d2c0e53"><code>1ec1935</code></a> Reproducible uv build backend across operating systems (<a href="https://redirect.github.com/astral-sh/uv/issues/13171">#13171</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/878c2acdf30169af9f02bd23fe799f75916517e0"><code>878c2ac</code></a> Add downloading of GraalPy (<a href="https://redirect.github.com/astral-sh/uv/issues/13172">#13172</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/9071e0eeac80a861a69b196c58d3ea9335905056"><code>9071e0e</code></a> Move portable glob parsing to struct (<a href="https://redirect.github.com/astral-sh/uv/issues/13311">#13311</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.7.2...0.7.3">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69f6c8e commit 84949df

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
@@ -105,7 +105,7 @@ pip = ">=23.0"
105105
pipenv = ">=2023.11.5"
106106
poetry = "^1.7"
107107
pdm = "^2.11"
108-
uv = "0.7.2" # keep pinned to exact version, until a v1.0.0 is released
108+
uv = "0.7.3" # keep pinned to exact version, until a v1.0.0 is released
109109

110110

111111

0 commit comments

Comments
 (0)