Skip to content

Commit e33f80e

Browse files
chore(deps-dev): Update uv requirement from 0.6.14 to 0.7.2 (#890)
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.2</h2> <h2>Release Notes</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> <li>Fix patching of <code>clang</code> in managed Python sysconfig (<a href="https://redirect.github.com/astral-sh/uv/pull/13237">#13237</a>)</li> <li>Respect <code>--project</code> in <code>uv version</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13230">#13230</a>)</li> </ul> <h2>Install uv 0.7.2</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.2/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.2/uv-installer.ps1 | iex&quot; </code></pre> <h2>Download uv 0.7.2</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-apple-darwin.tar.gz">uv-aarch64-apple-darwin.tar.gz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-apple-darwin.tar.gz">uv-x86_64-apple-darwin.tar.gz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-pc-windows-msvc.zip">uv-aarch64-pc-windows-msvc.zip</a></td> <td>ARM64 Windows</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-i686-pc-windows-msvc.zip">uv-i686-pc-windows-msvc.zip</a></td> <td>x86 Windows</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-i686-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-pc-windows-msvc.zip">uv-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-unknown-linux-gnu.tar.gz">uv-aarch64-unknown-linux-gnu.tar.gz</a></td> <td>ARM64 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-i686-unknown-linux-gnu.tar.gz">uv-i686-unknown-linux-gnu.tar.gz</a></td> <td>x86 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-powerpc64-unknown-linux-gnu.tar.gz">uv-powerpc64-unknown-linux-gnu.tar.gz</a></td> <td>PPC64 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-powerpc64le-unknown-linux-gnu.tar.gz">uv-powerpc64le-unknown-linux-gnu.tar.gz</a></td> <td>PPC64LE Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-s390x-unknown-linux-gnu.tar.gz">uv-s390x-unknown-linux-gnu.tar.gz</a></td> <td>S390x Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-s390x-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-unknown-linux-gnu.tar.gz">uv-x86_64-unknown-linux-gnu.tar.gz</a></td> <td>x64 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-armv7-unknown-linux-gnueabihf.tar.gz">uv-armv7-unknown-linux-gnueabihf.tar.gz</a></td> <td>ARMv7 Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-unknown-linux-musl.tar.gz">uv-aarch64-unknown-linux-musl.tar.gz</a></td> <td>ARM64 MUSL Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-aarch64-unknown-linux-musl.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-i686-unknown-linux-musl.tar.gz">uv-i686-unknown-linux-musl.tar.gz</a></td> <td>x86 MUSL Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-i686-unknown-linux-musl.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-unknown-linux-musl.tar.gz">uv-x86_64-unknown-linux-musl.tar.gz</a></td> <td>x64 MUSL Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-x86_64-unknown-linux-musl.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-arm-unknown-linux-musleabihf.tar.gz">uv-arm-unknown-linux-musleabihf.tar.gz</a></td> <td>ARMv6 MUSL Linux (Hardfloat)</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-arm-unknown-linux-musleabihf.tar.gz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-armv7-unknown-linux-musleabihf.tar.gz">uv-armv7-unknown-linux-musleabihf.tar.gz</a></td> <td>ARMv7 MUSL Linux</td> <td><a href="https://github.com/astral-sh/uv/releases/download/0.7.2/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256">checksum</a></td> </tr> </tbody> </table> </blockquote> </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.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> <li>Fix patching of <code>clang</code> in managed Python sysconfig (<a href="https://redirect.github.com/astral-sh/uv/pull/13237">#13237</a>)</li> <li>Respect <code>--project</code> in <code>uv version</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/13230">#13230</a>)</li> </ul> <h2>0.7.1</h2> <h3>Enhancement</h3> <ul> <li>Add support for BLAKE2b-256 (<a href="https://redirect.github.com/astral-sh/uv/pull/13204">#13204</a>)</li> </ul> <h3>Bugfix</h3> <ul> <li>Revert fix handling of authentication when encountering redirects (<a href="https://redirect.github.com/astral-sh/uv/pull/13215">#13215</a>)</li> </ul> <h2>0.7.0</h2> <p>This release contains various changes that improve correctness and user experience, but could break some workflows; many changes have been marked as breaking out of an abundance of caution. We expect most users to be able to upgrade without making changes.</p> <h3>Breaking changes</h3> <ul> <li> <p><strong>Update <code>uv version</code> to display and update project versions (<a href="https://redirect.github.com/astral-sh/uv/pull/12349">#12349</a>)</strong></p> <p>Previously, <code>uv version</code> displayed uv's version. Now, <code>uv version</code> will display or update the project's version. This interface was <a href="https://redirect.github.com/astral-sh/uv/issues/6298">heavily requested</a> and, after much consideration, we decided that transitioning the top-level command was the best option.</p> <p>Here's a brief example:</p> <pre lang="console"><code>$ uv init example Initialized project `example` at `./example` $ cd example $ uv version example 0.1.0 $ uv version --bump major example 0.1.0 =&gt; 1.0.0 $ uv version --short 1.0.0 </code></pre> <p>If used outside of a project, uv will fallback to showing its own version still:</p> </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/481d05d8dfb8627612dec72840a02c17b926b263"><code>481d05d</code></a> Bump version to 0.7.2 (<a href="https://redirect.github.com/astral-sh/uv/issues/13240">#13240</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/f91b4aeb66f167411164ff44ffc23843ea32a5e5"><code>f91b4ae</code></a> hard error <code>uv version</code> for more cli flags (<a href="https://redirect.github.com/astral-sh/uv/issues/13203">#13203</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/671d6091274dea2c41165efc202b8c212fd7cc7c"><code>671d609</code></a> Improve trace log for retryable errors (<a href="https://redirect.github.com/astral-sh/uv/issues/13228">#13228</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/d8e472cfa8e24c2d13f03644995d08dc28193985"><code>d8e472c</code></a> Use &quot;error&quot; instead of &quot;warning&quot; for self-update message (<a href="https://redirect.github.com/astral-sh/uv/issues/13229">#13229</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/a9ab39ad6fbfb7b4925cc360fa4786f0ec9128bb"><code>a9ab39a</code></a> Fix patching of <code>clang</code> in managed Python sysconfig (<a href="https://redirect.github.com/astral-sh/uv/issues/13237">#13237</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/9ea0fdcee94470e748283b2df8b18c521b775d76"><code>9ea0fdc</code></a> Respect <code>--project</code> in <code>uv version</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/13230">#13230</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/3a87b6374a075ccb0f8139f271677e172365e9bd"><code>3a87b63</code></a> Fix incorrect venv invalidation for pre-release Python versions (<a href="https://redirect.github.com/astral-sh/uv/issues/13234">#13234</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/9558a86e6534caa852fcf2f4ed56e9eef67ff97c"><code>9558a86</code></a> Fix PR links in CHANGELOG (<a href="https://redirect.github.com/astral-sh/uv/issues/13220">#13220</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/dfec52bf5195ac6bf66332b555f2d167114e42e5"><code>dfec52b</code></a> Fix changelog indentation level (<a href="https://redirect.github.com/astral-sh/uv/issues/13219">#13219</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/90f46f89a58de8d8af8c48e944aad6675692a1aa"><code>90f46f8</code></a> Bump version to 0.7.1 (<a href="https://redirect.github.com/astral-sh/uv/issues/13218">#13218</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.6.14...0.7.2">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 0e6d845 commit e33f80e

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

110110

111111

0 commit comments

Comments
 (0)