Skip to content

Commit aa7f527

Browse files
chore(deps-dev): Update uv requirement from 0.6.5 to 0.6.6 (#862)
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.6</h2> <h2>Release Notes</h2> <h3>Python</h3> <ul> <li>Add support for dynamic musl Python distributions on x86-64 Linux (<a href="https://redirect.github.com/astral-sh/uv/pull/12121">#12121</a>)</li> <li>Allow the experimental JIT to be enabled at runtime on Python 3.13 and 3.14 on Linux</li> <li>Upgrade the build toolchain to LLVM 20, improving performance</li> </ul> <p>See the <a href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250311"><code>python-build-standalone</code> release notes</a> for more details.</p> <h3>Enhancements</h3> <ul> <li>Add <code>--marker</code> flag to <code>uv add</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12012">#12012</a>)</li> <li>Allow overriding module name for uv build backend (<a href="https://redirect.github.com/astral-sh/uv/pull/11884">#11884</a>)</li> <li>Sync latest Python releases (<a href="https://redirect.github.com/astral-sh/uv/pull/12120">#12120</a>)</li> <li>Use 'Upload' instead of 'Download' in publish reporter (<a href="https://redirect.github.com/astral-sh/uv/pull/12029">#12029</a>)</li> <li>Add <code>[index].authenticate</code> allowing authentication to be required on an index (<a href="https://redirect.github.com/astral-sh/uv/pull/11896">#11896</a>)</li> <li>Add support for Windows legacy scripts in <code>uv tool run</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12079">#12079</a>)</li> <li>Propagate conflicting dependency groups when using <code>include-group</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12005">#12005</a>)</li> <li>Show ambiguous requirements when <code>uv add</code> failed (<a href="https://redirect.github.com/astral-sh/uv/pull/12106">#12106</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Cache workspace discovery (<a href="https://redirect.github.com/astral-sh/uv/pull/12096">#12096</a>)</li> <li>Insert dependencies into fork state prior to fetching metadata (<a href="https://redirect.github.com/astral-sh/uv/pull/12057">#12057</a>)</li> <li>Remove some allocations from <code>uv-auth</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12077">#12077</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid considering <code>PATH</code> updated when the <code>export</code> is commented in the shellrc (<a href="https://redirect.github.com/astral-sh/uv/pull/12043">#12043</a>)</li> <li>Fix <code>uv publish</code> retry on network failures (<a href="https://redirect.github.com/astral-sh/uv/pull/12041">#12041</a>)</li> <li>Use a sized stream in <code>uv publish</code> to comply with WSGI PyPI server constraints (<a href="https://redirect.github.com/astral-sh/uv/pull/12111">#12111</a>)</li> <li>Fix <code>uv python install --reinstall</code> when the version was not previously installed (<a href="https://redirect.github.com/astral-sh/uv/pull/12124">#12124</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>Fix <code>uv_build</code> invocation (<a href="https://redirect.github.com/astral-sh/uv/pull/12058">#12058</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Quote versions string in <code>python-versions.md</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12112">#12112</a>)</li> <li>Fix tool concept page headings (<a href="https://redirect.github.com/astral-sh/uv/pull/12053">#12053</a>)</li> <li>Update the <code>[index].authenticate</code> docs (<a href="https://redirect.github.com/astral-sh/uv/pull/12102">#12102</a>)</li> <li>Update versioning policy (<a href="https://redirect.github.com/astral-sh/uv/pull/11666">#11666</a>)</li> </ul> <h1>uv 0.6.6</h1> <h2>Install uv 0.6.6</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.6.6</h2> <h3>Python</h3> <ul> <li>Add support for dynamic musl Python distributions on x86-64 Linux (<a href="https://redirect.github.com/astral-sh/uv/pull/12121">#12121</a>)</li> <li>Allow the experimental JIT to be enabled at runtime on Python 3.13 and 3.14 on Linux</li> <li>Upgrade the build toolchain to LLVM 20, improving performance</li> </ul> <p>See the <a href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250311"><code>python-build-standalone</code> release notes</a> for more details.</p> <h3>Enhancements</h3> <ul> <li>Add <code>--marker</code> flag to <code>uv add</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12012">#12012</a>)</li> <li>Allow overriding module name for uv build backend (<a href="https://redirect.github.com/astral-sh/uv/pull/11884">#11884</a>)</li> <li>Sync latest Python releases (<a href="https://redirect.github.com/astral-sh/uv/pull/12120">#12120</a>)</li> <li>Use 'Upload' instead of 'Download' in publish reporter (<a href="https://redirect.github.com/astral-sh/uv/pull/12029">#12029</a>)</li> <li>Add <code>[index].authenticate</code> allowing authentication to be required on an index (<a href="https://redirect.github.com/astral-sh/uv/pull/11896">#11896</a>)</li> <li>Add support for Windows legacy scripts in <code>uv tool run</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12079">#12079</a>)</li> <li>Propagate conflicting dependency groups when using <code>include-group</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12005">#12005</a>)</li> <li>Show ambiguous requirements when <code>uv add</code> failed (<a href="https://redirect.github.com/astral-sh/uv/pull/12106">#12106</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Cache workspace discovery (<a href="https://redirect.github.com/astral-sh/uv/pull/12096">#12096</a>)</li> <li>Insert dependencies into fork state prior to fetching metadata (<a href="https://redirect.github.com/astral-sh/uv/pull/12057">#12057</a>)</li> <li>Remove some allocations from <code>uv-auth</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12077">#12077</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid considering <code>PATH</code> updated when the <code>export</code> is commented in the shellrc (<a href="https://redirect.github.com/astral-sh/uv/pull/12043">#12043</a>)</li> <li>Fix <code>uv publish</code> retry on network failures (<a href="https://redirect.github.com/astral-sh/uv/pull/12041">#12041</a>)</li> <li>Use a sized stream in <code>uv publish</code> to comply with WSGI PyPI server constraints (<a href="https://redirect.github.com/astral-sh/uv/pull/12111">#12111</a>)</li> <li>Fix <code>uv python install --reinstall</code> when the version was not previously installed (<a href="https://redirect.github.com/astral-sh/uv/pull/12124">#12124</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>Fix <code>uv_build</code> invocation (<a href="https://redirect.github.com/astral-sh/uv/pull/12058">#12058</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Quote versions string in <code>python-versions.md</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/12112">#12112</a>)</li> <li>Fix tool concept page headings (<a href="https://redirect.github.com/astral-sh/uv/pull/12053">#12053</a>)</li> <li>Update the <code>[index].authenticate</code> docs (<a href="https://redirect.github.com/astral-sh/uv/pull/12102">#12102</a>)</li> <li>Update versioning policy (<a href="https://redirect.github.com/astral-sh/uv/pull/11666">#11666</a>)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/uv/commit/c1a0bb85ea7e16b998cf1fca41de5f6323dcd5a4"><code>c1a0bb8</code></a> Bump version to 0.6.6 (<a href="https://redirect.github.com/astral-sh/uv/issues/12125">#12125</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/b7167dc4d829c88baf8dc599f7f8cfad98a7df1c"><code>b7167dc</code></a> Fix <code>uv python install --reinstall</code> when the version is not yet installed (<a href="https://redirect.github.com/astral-sh/uv/issues/1">#1</a>...</li> <li><a href="https://github.com/astral-sh/uv/commit/553bcccb6ae8139ecf1545854c0712961b978879"><code>553bccc</code></a> Add support for dynamic musl Python distributions on x86-64 Linux (<a href="https://redirect.github.com/astral-sh/uv/issues/12121">#12121</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/f3fb1c5a1706ae4f7a714e423fbda8de740c79b1"><code>f3fb1c5</code></a> Sync latest Python releases (<a href="https://redirect.github.com/astral-sh/uv/issues/12120">#12120</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/a59778fca3edf82d70dbbc9dd2fb1cd1718e5a8a"><code>a59778f</code></a> Update the <code>index.authenticate</code> docs (<a href="https://redirect.github.com/astral-sh/uv/issues/12102">#12102</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/c48af312aee48a000a23722ecfdddbe5a4037f78"><code>c48af31</code></a> Add <code>--marker</code> flag to <code>uv add</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/12012">#12012</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/d660882b8d9632a29243644c7f63930c1a8c1e72"><code>d660882</code></a> publish with sized stream to comply with WSGI pypi server constraints. (<a href="https://redirect.github.com/astral-sh/uv/issues/12111">#12111</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/2ac47d76b89a95c3bacd367b05f03f02775c897b"><code>2ac47d7</code></a> Docs : Quote versions string in python-versions.md (<a href="https://redirect.github.com/astral-sh/uv/issues/12112">#12112</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/e096ab24116cd1a2a542ba4936351523dd777ce2"><code>e096ab2</code></a> Add support for Windows legacy scripts via uv tool run (<a href="https://redirect.github.com/astral-sh/uv/issues/12079">#12079</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/82212bb439243acf4178c517b3797ad9b1dcf485"><code>82212bb</code></a> Show ambiguous requirements when <code>uv add</code> failed (<a href="https://redirect.github.com/astral-sh/uv/issues/12106">#12106</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.6.5...0.6.6">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 bf39a80 commit aa7f527

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

111111

112112

0 commit comments

Comments
 (0)