Skip to content

Commit cf64967

Browse files
chore(deps-dev): Update uv requirement from 0.7.8 to 0.7.9 (#905)
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.9</h2> <h2>Release Notes</h2> <h3>Python</h3> <p>The changes reverted in <a href="%5B#078%5D(https://redirect.github.com/astral-sh/uv/issues/078)">0.7.8</a> have been restored.</p> <p>See the <a href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250529"><code>python-build-standalone</code> release notes</a> for more details.</p> <h3>Enhancements</h3> <ul> <li>Improve obfuscation of credentials in URLs (<a href="https://redirect.github.com/astral-sh/uv/pull/13560">#13560</a>)</li> <li>Allow running non-default Python implementations via <code>uvx</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13583">#13583</a>)</li> <li>Add <code>uvw</code> as alias for <code>uv</code> without console window on Windows (<a href="https://redirect.github.com/astral-sh/uv/pull/11786">#11786</a>)</li> <li>Allow discovery of x86-64 managed Python builds on macOS (<a href="https://redirect.github.com/astral-sh/uv/pull/13722">#13722</a>)</li> <li>Differentiate between implicit vs explicit architecture requests (<a href="https://redirect.github.com/astral-sh/uv/pull/13723">#13723</a>)</li> <li>Implement ordering for Python architectures to prefer native installations (<a href="https://redirect.github.com/astral-sh/uv/pull/13709">#13709</a>)</li> <li>Only show the first match per platform (and architecture) by default in <code>uv python list</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13721">#13721</a>)</li> <li>Write the path of the parent environment to an <code>extends-environment</code> key in the <code>pyvenv.cfg</code> file of an ephemeral environment (<a href="https://redirect.github.com/astral-sh/uv/pull/13598">#13598</a>)</li> <li>Improve the error message when libc cannot be found, e.g., when using the distroless containers (<a href="https://redirect.github.com/astral-sh/uv/pull/13549">#13549</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid rendering info log level (<a href="https://redirect.github.com/astral-sh/uv/pull/13642">#13642</a>)</li> <li>Improve performance of <code>uv-python</code> crate's manylinux submodule (<a href="https://redirect.github.com/astral-sh/uv/pull/11131">#11131</a>)</li> <li>Optimize <code>Version</code> display (<a href="https://redirect.github.com/astral-sh/uv/pull/13643">#13643</a>)</li> <li>Reduce number of reference-checks for <code>uv cache clean</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13669">#13669</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid reinstalling dependency group members with <code>--all-packages</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13678">#13678</a>)</li> <li>Don't fail direct URL hash checking with dependency metadata (<a href="https://redirect.github.com/astral-sh/uv/pull/13736">#13736</a>)</li> <li>Exit early on <code>self update</code> if global <code>--offline</code> is set (<a href="https://redirect.github.com/astral-sh/uv/pull/13663">#13663</a>)</li> <li>Fix cases where the uv lock is incorrectly marked as out of date (<a href="https://redirect.github.com/astral-sh/uv/pull/13635">#13635</a>)</li> <li>Include pre-release versions in <code>uv python install --reinstall</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13645">#13645</a>)</li> <li>Set <code>LC_ALL=C</code> for git when checking git worktree (<a href="https://redirect.github.com/astral-sh/uv/pull/13637">#13637</a>)</li> <li>Avoid rejecting Windows paths for remote Python download JSON targets (<a href="https://redirect.github.com/astral-sh/uv/pull/13625">#13625</a>)</li> </ul> <h3>Preview</h3> <ul> <li>Add <code>uv add --bounds</code> to configure version constraints (<a href="https://redirect.github.com/astral-sh/uv/pull/12946">#12946</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add documentation about Python versions to Tools concept page (<a href="https://redirect.github.com/astral-sh/uv/pull/7673">#7673</a>)</li> <li>Add example of enabling Dependabot (<a href="https://redirect.github.com/astral-sh/uv/pull/13692">#13692</a>)</li> <li>Fix <code>exclude-newer</code> date format for persistent configuration files (<a href="https://redirect.github.com/astral-sh/uv/pull/13706">#13706</a>)</li> <li>Quote versions variables in GitLab documentation (<a href="https://redirect.github.com/astral-sh/uv/pull/13679">#13679</a>)</li> </ul> <!-- 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.9</h2> <h3>Python</h3> <p>The changes reverted in <a href="%5B#078%5D(https://redirect.github.com/astral-sh/uv/issues/078)">0.7.8</a> have been restored.</p> <p>See the <a href="https://github.com/astral-sh/python-build-standalone/releases/tag/20250529"><code>python-build-standalone</code> release notes</a> for more details.</p> <h3>Enhancements</h3> <ul> <li>Improve obfuscation of credentials in URLs (<a href="https://redirect.github.com/astral-sh/uv/pull/13560">#13560</a>)</li> <li>Allow running non-default Python implementations via <code>uvx</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13583">#13583</a>)</li> <li>Add <code>uvw</code> as alias for <code>uv</code> without console window on Windows (<a href="https://redirect.github.com/astral-sh/uv/pull/11786">#11786</a>)</li> <li>Allow discovery of x86-64 managed Python builds on macOS (<a href="https://redirect.github.com/astral-sh/uv/pull/13722">#13722</a>)</li> <li>Differentiate between implicit vs explicit architecture requests (<a href="https://redirect.github.com/astral-sh/uv/pull/13723">#13723</a>)</li> <li>Implement ordering for Python architectures to prefer native installations (<a href="https://redirect.github.com/astral-sh/uv/pull/13709">#13709</a>)</li> <li>Only show the first match per platform (and architecture) by default in <code>uv python list</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13721">#13721</a>)</li> <li>Write the path of the parent environment to an <code>extends-environment</code> key in the <code>pyvenv.cfg</code> file of an ephemeral environment (<a href="https://redirect.github.com/astral-sh/uv/pull/13598">#13598</a>)</li> <li>Improve the error message when libc cannot be found, e.g., when using the distroless containers (<a href="https://redirect.github.com/astral-sh/uv/pull/13549">#13549</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid rendering info log level (<a href="https://redirect.github.com/astral-sh/uv/pull/13642">#13642</a>)</li> <li>Improve performance of <code>uv-python</code> crate's manylinux submodule (<a href="https://redirect.github.com/astral-sh/uv/pull/11131">#11131</a>)</li> <li>Optimize <code>Version</code> display (<a href="https://redirect.github.com/astral-sh/uv/pull/13643">#13643</a>)</li> <li>Reduce number of reference-checks for <code>uv cache clean</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13669">#13669</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid reinstalling dependency group members with <code>--all-packages</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13678">#13678</a>)</li> <li>Don't fail direct URL hash checking with dependency metadata (<a href="https://redirect.github.com/astral-sh/uv/pull/13736">#13736</a>)</li> <li>Exit early on <code>self update</code> if global <code>--offline</code> is set (<a href="https://redirect.github.com/astral-sh/uv/pull/13663">#13663</a>)</li> <li>Fix cases where the uv lock is incorrectly marked as out of date (<a href="https://redirect.github.com/astral-sh/uv/pull/13635">#13635</a>)</li> <li>Include pre-release versions in <code>uv python install --reinstall</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13645">#13645</a>)</li> <li>Set <code>LC_ALL=C</code> for git when checking git worktree (<a href="https://redirect.github.com/astral-sh/uv/pull/13637">#13637</a>)</li> <li>Avoid rejecting Windows paths for remote Python download JSON targets (<a href="https://redirect.github.com/astral-sh/uv/pull/13625">#13625</a>)</li> </ul> <h3>Preview</h3> <ul> <li>Add <code>uv add --bounds</code> to configure version constraints (<a href="https://redirect.github.com/astral-sh/uv/pull/12946">#12946</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add documentation about Python versions to Tools concept page (<a href="https://redirect.github.com/astral-sh/uv/pull/7673">#7673</a>)</li> <li>Add example of enabling Dependabot (<a href="https://redirect.github.com/astral-sh/uv/pull/13692">#13692</a>)</li> <li>Fix <code>exclude-newer</code> date format for persistent configuration files (<a href="https://redirect.github.com/astral-sh/uv/pull/13706">#13706</a>)</li> <li>Quote versions variables in GitLab documentation (<a href="https://redirect.github.com/astral-sh/uv/pull/13679">#13679</a>)</li> <li>Update Dependabot support status (<a href="https://redirect.github.com/astral-sh/uv/pull/13690">#13690</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/13a86a23b32fd93c2fb211b9916ad1e9e762d8b4"><code>13a86a2</code></a> Bump version to 0.7.9 (<a href="https://redirect.github.com/astral-sh/uv/issues/13739">#13739</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/483b4c82e83c89e1649db2ed952d993f3b768961"><code>483b4c8</code></a> Don't fail direct URL hash checking with dependency metadata (<a href="https://redirect.github.com/astral-sh/uv/issues/13736">#13736</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/891fe524d9ad20b842630a3ade2df745dbd9dd16"><code>891fe52</code></a> update python build standalone, unblocklist linux updates (<a href="https://redirect.github.com/astral-sh/uv/issues/13732">#13732</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/7310ea75da16e6b8c86bbc11c12d6c46a15b8f8e"><code>7310ea7</code></a> allow running non-default Python interpreters directly via uvx (<a href="https://redirect.github.com/astral-sh/uv/issues/13583">#13583</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/4cc5291c08065c8b7b65cadff82ce185c4454f41"><code>4cc5291</code></a> Allow discovery of x86-64 managed Python builds on macOS (<a href="https://redirect.github.com/astral-sh/uv/issues/13722">#13722</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/0c5ae1f25cb71db9cc1af94315eeab6b4accab9e"><code>0c5ae1f</code></a> Differentiate between implicit vs explicit architecture requests (<a href="https://redirect.github.com/astral-sh/uv/issues/13723">#13723</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/067b03cc9af1abf34752f6a162507aec28cc1ac4"><code>067b03c</code></a> Only show the first match per platform (and architecture) by default in `uv p...</li> <li><a href="https://github.com/astral-sh/uv/commit/dfc85336f85db52f918d424caf154e0932e533c6"><code>dfc8533</code></a> Implement ordering for Python architectures to prefer native installations (#...</li> <li><a href="https://github.com/astral-sh/uv/commit/59070b5b3f7adf4681116c4c2deb07e44e806c6b"><code>59070b5</code></a> Use codspeed runner for wall time benchmarking (<a href="https://redirect.github.com/astral-sh/uv/issues/13586">#13586</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/08f2fa48ff5af4dfd422cfa0ccc8b36499bbf149"><code>08f2fa4</code></a> make the error message clearer when running distroless containers (<a href="https://redirect.github.com/astral-sh/uv/issues/13549">#13549</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.7.8...0.7.9">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 dec9b88 commit cf64967

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.8" # keep pinned to exact version, until a v1.0.0 is released
108+
uv = "0.7.9" # keep pinned to exact version, until a v1.0.0 is released
109109

110110

111111

0 commit comments

Comments
 (0)