Skip to content

Commit 6e033f9

Browse files
authoredMar 11, 2025
chore(deps-dev): Update uv requirement from 0.6.4 to 0.6.5 (#861)
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.6.5</h2> <h2>Release Notes</h2> <p><em>Some of the wheels for this build were initially not correctly published to PyPI. The release was temporarily yanked to avoid forcing users to build from source. The wheels were subsequently uploaded and the release was un-yanked.</em></p> <h3>Enhancements</h3> <ul> <li>Allow <code>--constraints</code> and <code>--overrides</code> in <code>uvx</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/10207">#10207</a>)</li> <li>Allow overrides in <code>satisfies</code> check for <code>uv tool run</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/11994">#11994</a>)</li> <li>Allow users to set <code>package = true</code> on <code>tool.uv.sources</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12014">#12014</a>)</li> <li>Add support for Windows legacy scripts via <code>uv run</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/11888">#11888</a>)</li> <li>Return error when running uvx with a <code>.py</code> script (<a href="https://redirect.github.com/astral-sh/uv/pull/11623">#11623</a>)</li> <li>Warn user on use of <code>uvx run</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/11992">#11992</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Add <code>NO_BUILD</code> and <code>NO_BUILD_PACKAGE</code> environment variables (<a href="https://redirect.github.com/astral-sh/uv/pull/11968">#11968</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Allow overrides in all satisfies checks (<a href="https://redirect.github.com/astral-sh/uv/pull/11995">#11995</a>)</li> <li>Respect markers on constraints when validating current environment (<a href="https://redirect.github.com/astral-sh/uv/pull/11976">#11976</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Compare major-minor specifiers when filtering interpreters (<a href="https://redirect.github.com/astral-sh/uv/pull/11952">#11952</a>)</li> <li>Fix system site packages detection default (<a href="https://redirect.github.com/astral-sh/uv/pull/11956">#11956</a>)</li> <li>Invalidate lockfile when empty dependency groups are added or removed (<a href="https://redirect.github.com/astral-sh/uv/pull/12010">#12010</a>)</li> <li>Remove prepended sys.path (<a href="https://redirect.github.com/astral-sh/uv/pull/11954">#11954</a>)</li> <li>Fix PyPy Python version label (<a href="https://redirect.github.com/astral-sh/uv/pull/11965">#11965</a>)</li> <li>Fix error message suggesting <code>--user</code> instead of <code>--username</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/11947">#11947</a>)</li> </ul> <h3>Preview</h3> <ul> <li>Move the uv build backend into a separate, minimal <code>uv_build</code> package (<a href="https://redirect.github.com/astral-sh/uv/pull/11446">#11446</a>)</li> </ul> <h2>Install uv 0.6.5</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.6.5/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.6.5/uv-installer.ps1 | iex&quot; </code></pre> <!-- 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.6.5</h2> <h3>Enhancements</h3> <ul> <li>Allow <code>--constraints</code> and <code>--overrides</code> in <code>uvx</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/10207">#10207</a>)</li> <li>Allow overrides in <code>satisfies</code> check for <code>uv tool run</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/11994">#11994</a>)</li> <li>Allow users to set <code>package = true</code> on <code>tool.uv.sources</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12014">#12014</a>)</li> <li>Add support for Windows legacy scripts via <code>uv run</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/11888">#11888</a>)</li> <li>Return error when running uvx with a <code>.py</code> script (<a href="https://redirect.github.com/astral-sh/uv/pull/11623">#11623</a>)</li> <li>Warn user on use of <code>uvx run</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/11992">#11992</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Add <code>NO_BUILD</code> and <code>NO_BUILD_PACKAGE</code> environment variables (<a href="https://redirect.github.com/astral-sh/uv/pull/11968">#11968</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Allow overrides in all satisfies checks (<a href="https://redirect.github.com/astral-sh/uv/pull/11995">#11995</a>)</li> <li>Respect markers on constraints when validating current environment (<a href="https://redirect.github.com/astral-sh/uv/pull/11976">#11976</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Compare major-minor specifiers when filtering interpreters (<a href="https://redirect.github.com/astral-sh/uv/pull/11952">#11952</a>)</li> <li>Fix system site packages detection default (<a href="https://redirect.github.com/astral-sh/uv/pull/11956">#11956</a>)</li> <li>Invalidate lockfile when empty dependency groups are added or removed (<a href="https://redirect.github.com/astral-sh/uv/pull/12010">#12010</a>)</li> <li>Remove prepended sys.path (<a href="https://redirect.github.com/astral-sh/uv/pull/11954">#11954</a>)</li> <li>Fix PyPy Python version label (<a href="https://redirect.github.com/astral-sh/uv/pull/11965">#11965</a>)</li> <li>Fix error message suggesting <code>--user</code> instead of <code>--username</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/11947">#11947</a>)</li> </ul> <h3>Preview</h3> <ul> <li>Move the uv build backend into a separate, minimal <code>uv_build</code> package (<a href="https://redirect.github.com/astral-sh/uv/pull/11446">#11446</a>)</li> </ul> <h2>0.6.4</h2> <h3>Enhancements</h3> <ul> <li>Upgrade pypy3.10 to v7.3.19 (<a href="https://redirect.github.com/astral-sh/uv/pull/11814">#11814</a>)</li> <li>Allow configuring log verbosity from the CLI (i.e., <code>-vvv</code>) (<a href="https://redirect.github.com/astral-sh/uv/pull/11758">#11758</a>)</li> <li>Warn when duplicate index names found in single file (<a href="https://redirect.github.com/astral-sh/uv/pull/11824">#11824</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Always store registry index on resolution packages (<a href="https://redirect.github.com/astral-sh/uv/pull/11815">#11815</a>)</li> <li>Avoid error on relative paths in <code>uv tool uninstall</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/11889">#11889</a>)</li> <li>Avoid silently dropping errors in directory enumeration (<a href="https://redirect.github.com/astral-sh/uv/pull/11890">#11890</a>)</li> <li>Disable interactive git terminal prompts during fetches (<a href="https://redirect.github.com/astral-sh/uv/pull/11744">#11744</a>)</li> <li>Discover Windows registry (PEP 514) Python versions across 32/64-bit (<a href="https://redirect.github.com/astral-sh/uv/pull/11801">#11801</a>)</li> <li>Don't panic on Ctrl-C in confirm prompt (<a href="https://redirect.github.com/astral-sh/uv/pull/11706">#11706</a>)</li> <li>Fix non-directory in workspace on Windows (<a href="https://redirect.github.com/astral-sh/uv/pull/11833">#11833</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/bcbcd0a1e5c3e193f63b2e553fb03cc187bea63c"><code>bcbcd0a</code></a> Bump version to 0.6.5 (<a href="https://redirect.github.com/astral-sh/uv/issues/12018">#12018</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/bf4c7afe8b025ad43383cd718afcad9f5fa45435"><code>bf4c7af</code></a> A minimal build backend for uv: uv_build (<a href="https://redirect.github.com/astral-sh/uv/issues/11446">#11446</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/d4a805544fad1ae958b0453e52b85e5e2b26b413"><code>d4a8055</code></a> Allow users to set <code>package = true</code> on <code>tool.uv.sources</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/12014">#12014</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/626fff1be7ce1a9cb9457b5abbea17571d6f04f4"><code>626fff1</code></a> Invalidate lockfile when empty dependency groups are added or removed (<a href="https://redirect.github.com/astral-sh/uv/issues/12010">#12010</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/40dce4e00959abc9b598df9e565c0d35dfa5f4c2"><code>40dce4e</code></a> Allow overrides in all satisfies checks (<a href="https://redirect.github.com/astral-sh/uv/issues/11995">#11995</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/b95521169816427148b0219f81964fb78e5c59d8"><code>b955211</code></a> Allow overrides in <code>satisfies</code> check for <code>uv tool run</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/11994">#11994</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/c9e09de794f1bb7d236352b07c75c1ac85b79e9c"><code>c9e09de</code></a> Warn user on <code>uvx run</code> command (<a href="https://redirect.github.com/astral-sh/uv/issues/11992">#11992</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/0fb52912393b78deb8c0612ecda6fd3a947df777"><code>0fb5291</code></a> Add support for Windows legacy scripts via uv run (<a href="https://redirect.github.com/astral-sh/uv/issues/11888">#11888</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/28ff80b639940e36d2bfeef4b9909dbe822f39a5"><code>28ff80b</code></a> Respect markers on constraints when validating current environment (<a href="https://redirect.github.com/astral-sh/uv/issues/11976">#11976</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/7340ff72daca2e837b3383dcd861e63f9c77a477"><code>7340ff7</code></a> Add <code>NO_BUILD</code> and <code>NO_BUILD_PACKAGE</code> environment variables (<a href="https://redirect.github.com/astral-sh/uv/issues/11968">#11968</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.6.4...0.6.5">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 efd45b1 commit 6e033f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyproject.toml

+1-1
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.6.4" # keep pinned to exact version, until a v1.0.0 is released
109+
uv = "0.6.5" # keep pinned to exact version, until a v1.0.0 is released
110110

111111

112112

0 commit comments

Comments
 (0)