Skip to content

Commit 745ca87

Browse files
chore(deps-dev): Update uv requirement from 0.9.7 to 0.9.8 (#992)
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.9.8</h2> <h2>Release Notes</h2> <p>Released on 2025-11-07.</p> <h3>Enhancements</h3> <ul> <li>Accept multiple packages in <code>uv export</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/16603">#16603</a>)</li> <li>Accept multiple packages in <code>uv sync</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/16543">#16543</a>)</li> <li>Add a <code>uv cache size</code> command (<a href="https://redirect.github.com/astral-sh/uv/pull/16032">#16032</a>)</li> <li>Add prerelease guidance for build-system resolution failures (<a href="https://redirect.github.com/astral-sh/uv/pull/16550">#16550</a>)</li> <li>Allow Python requests to include <code>+gil</code> to require a GIL-enabled interpreter (<a href="https://redirect.github.com/astral-sh/uv/pull/16537">#16537</a>)</li> <li>Avoid pluralizing 'retry' for single value (<a href="https://redirect.github.com/astral-sh/uv/pull/16535">#16535</a>)</li> <li>Enable first-class dependency exclusions (<a href="https://redirect.github.com/astral-sh/uv/pull/16528">#16528</a>)</li> <li>Fix inclusive constraints on available package versions in resolver errors (<a href="https://redirect.github.com/astral-sh/uv/pull/16629">#16629</a>)</li> <li>Improve <code>uv init</code> error for invalid directory names (<a href="https://redirect.github.com/astral-sh/uv/pull/16554">#16554</a>)</li> <li>Show help on <code>uv build -h</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/16632">#16632</a>)</li> <li>Include the Python variant suffix in &quot;Using Python ...&quot; messages (<a href="https://redirect.github.com/astral-sh/uv/pull/16536">#16536</a>)</li> <li>Log most recently modified file for cache-keys (<a href="https://redirect.github.com/astral-sh/uv/pull/16338">#16338</a>)</li> <li>Update Docker builds to use nightly Rust toolchain with musl v1.2.5 (<a href="https://redirect.github.com/astral-sh/uv/pull/16584">#16584</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Expose <code>UV_NO_GROUP</code> as an environment variable (<a href="https://redirect.github.com/astral-sh/uv/pull/16529">#16529</a>)</li> <li>Add <code>UV_NO_SOURCES</code> as an environment variable (<a href="https://redirect.github.com/astral-sh/uv/pull/15883">#15883</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Allow <code>--check</code> and <code>--locked</code> to be used together in <code>uv lock</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/16538">#16538</a>)</li> <li>Allow for unnormalized names in the METADATA file (<a href="https://redirect.github.com/astral-sh/uv/issues/16547">#16547</a>) (<a href="https://redirect.github.com/astral-sh/uv/pull/16548">#16548</a>)</li> <li>Fix missing value_type for <code>default-groups</code> in schema (<a href="https://redirect.github.com/astral-sh/uv/pull/16575">#16575</a>)</li> <li>Respect multi-GPU outputs in <code>nvidia-smi</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15460">#15460</a>)</li> <li>Fix DNS lookup errors in Docker containers (<a href="https://redirect.github.com/astral-sh/uv/issues/8450">#8450</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Fix typo in uv tool list doc (<a href="https://redirect.github.com/astral-sh/uv/pull/16625">#16625</a>)</li> <li>Note <code>uv pip list</code> name normalization in docs (<a href="https://redirect.github.com/astral-sh/uv/pull/13210">#13210</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Update Rust toolchain to 1.91 and MSRV to 1.89 (<a href="https://redirect.github.com/astral-sh/uv/pull/16531">#16531</a>)</li> </ul> <h2>Install uv 0.9.8</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.9.8/uv-installer.sh | sh </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.9.8</h2> <p>Released on 2025-11-07.</p> <h3>Enhancements</h3> <ul> <li>Accept multiple packages in <code>uv export</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/16603">#16603</a>)</li> <li>Accept multiple packages in <code>uv sync</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/16543">#16543</a>)</li> <li>Add a <code>uv cache size</code> command (<a href="https://redirect.github.com/astral-sh/uv/pull/16032">#16032</a>)</li> <li>Add prerelease guidance for build-system resolution failures (<a href="https://redirect.github.com/astral-sh/uv/pull/16550">#16550</a>)</li> <li>Allow Python requests to include <code>+gil</code> to require a GIL-enabled interpreter (<a href="https://redirect.github.com/astral-sh/uv/pull/16537">#16537</a>)</li> <li>Avoid pluralizing 'retry' for single value (<a href="https://redirect.github.com/astral-sh/uv/pull/16535">#16535</a>)</li> <li>Enable first-class dependency exclusions (<a href="https://redirect.github.com/astral-sh/uv/pull/16528">#16528</a>)</li> <li>Fix inclusive constraints on available package versions in resolver errors (<a href="https://redirect.github.com/astral-sh/uv/pull/16629">#16629</a>)</li> <li>Improve <code>uv init</code> error for invalid directory names (<a href="https://redirect.github.com/astral-sh/uv/pull/16554">#16554</a>)</li> <li>Show help on <code>uv build -h</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/16632">#16632</a>)</li> <li>Include the Python variant suffix in &quot;Using Python ...&quot; messages (<a href="https://redirect.github.com/astral-sh/uv/pull/16536">#16536</a>)</li> <li>Log most recently modified file for cache-keys (<a href="https://redirect.github.com/astral-sh/uv/pull/16338">#16338</a>)</li> <li>Update Docker builds to use nightly Rust toolchain with musl v1.2.5 (<a href="https://redirect.github.com/astral-sh/uv/pull/16584">#16584</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Expose <code>UV_NO_GROUP</code> as an environment variable (<a href="https://redirect.github.com/astral-sh/uv/pull/16529">#16529</a>)</li> <li>Add <code>UV_NO_SOURCES</code> as an environment variable (<a href="https://redirect.github.com/astral-sh/uv/pull/15883">#15883</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Allow <code>--check</code> and <code>--locked</code> to be used together in <code>uv lock</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/16538">#16538</a>)</li> <li>Allow for unnormalized names in the METADATA file (<a href="https://redirect.github.com/astral-sh/uv/issues/16547">#16547</a>) (<a href="https://redirect.github.com/astral-sh/uv/pull/16548">#16548</a>)</li> <li>Fix missing value_type for <code>default-groups</code> in schema (<a href="https://redirect.github.com/astral-sh/uv/pull/16575">#16575</a>)</li> <li>Respect multi-GPU outputs in <code>nvidia-smi</code> (<a href="https://redirect.github.com/astral-sh/uv/pull/15460">#15460</a>)</li> <li>Fix DNS lookup errors in Docker containers (<a href="https://redirect.github.com/astral-sh/uv/issues/8450">#8450</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Fix typo in uv tool list doc (<a href="https://redirect.github.com/astral-sh/uv/pull/16625">#16625</a>)</li> <li>Note <code>uv pip list</code> name normalization in docs (<a href="https://redirect.github.com/astral-sh/uv/pull/13210">#13210</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Update Rust toolchain to 1.91 and MSRV to 1.89 (<a href="https://redirect.github.com/astral-sh/uv/pull/16531">#16531</a>)</li> </ul> <h2>0.9.7</h2> <p>Released on 2025-10-30.</p> <h3>Enhancements</h3> <ul> <li>Add Windows x86-32 emulation support to interpreter architecture checks (<a href="https://redirect.github.com/astral-sh/uv/pull/13475">#13475</a>)</li> <li>Improve readability of progress bars (<a href="https://redirect.github.com/astral-sh/uv/pull/16509">#16509</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/85c5d32284522eb958d9cfc10ff62f0956eab113"><code>85c5d32</code></a> Bump version to 0.9.8 (<a href="https://redirect.github.com/astral-sh/uv/issues/16636">#16636</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/bfecc9902ee99e602bdca64c41c59c543b3b3b24"><code>bfecc99</code></a> Fix inclusive constraints on available package versions in resolver errors (#...</li> <li><a href="https://github.com/astral-sh/uv/commit/5e181d36ef8c8175ef7fdcec111cd00f03d89e50"><code>5e181d3</code></a> Show help on <code>uv build -h</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/16632">#16632</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/08229ca73bdc1c619e6cd110af0c978ac4f92d92"><code>08229ca</code></a> Add expectation for externally managed marker in x86-64 macOS system test (<a href="https://redirect.github.com/astral-sh/uv/issues/1">#1</a>...</li> <li><a href="https://github.com/astral-sh/uv/commit/4740d267e9a650549d821b52f35f958d31a3bd47"><code>4740d26</code></a> Remove fast path from <code>uv-git</code> fetch (<a href="https://redirect.github.com/astral-sh/uv/issues/16607">#16607</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/e5c10cd45d00fc55ff300e48795ae8eb961431e7"><code>e5c10cd</code></a> Fix typo in uv tool list doc (<a href="https://redirect.github.com/astral-sh/uv/issues/16625">#16625</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/5fe8af114bfd953d8907c7f8b3d7aabe265314ca"><code>5fe8af1</code></a> Accept multiple packages in <code>uv export</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/16603">#16603</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/148b694b6b1607042d4c267ae339e9ad93866499"><code>148b694</code></a> Make <code>augment_requirement</code> a method (<a href="https://redirect.github.com/astral-sh/uv/issues/16592">#16592</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/3068fa89e878c702bd45e5b5173c4e7b7d716ffd"><code>3068fa8</code></a> Docker builds target rust toolchain with bundled musl v1.2.5 (<a href="https://redirect.github.com/astral-sh/uv/issues/16584">#16584</a>)</li> <li><a href="https://github.com/astral-sh/uv/commit/9a6eafc0431da27d6aa4d1c5a91ed80c162774b9"><code>9a6eafc</code></a> Accept multiple packages in <code>uv sync</code> (<a href="https://redirect.github.com/astral-sh/uv/issues/16543">#16543</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/uv/compare/0.9.7...0.9.8">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 e749cd8 commit 745ca87

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
@@ -111,7 +111,7 @@ pip = ">=23.0"
111111
pipenv = ">=2023.11.5"
112112
poetry = "^1.7"
113113
pdm = "^2.11"
114-
uv = "0.9.7" # keep pinned to exact version, until a v1.0.0 is released
114+
uv = "0.9.8" # keep pinned to exact version, until a v1.0.0 is released
115115

116116

117117

0 commit comments

Comments
 (0)