Commit b93fc37
authored
chore(deps-dev): Update uv requirement from 0.7.3 to 0.7.4 (#899)
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.4</h2>
<h2>Release Notes</h2>
<h3>Enhancements</h3>
<ul>
<li>Add more context to external errors (<a
href="https://redirect.github.com/astral-sh/uv/pull/13351">#13351</a>)</li>
<li>Align indentation of long arguments (<a
href="https://redirect.github.com/astral-sh/uv/pull/13394">#13394</a>)</li>
<li>Preserve order of dependencies which are sorted naively (<a
href="https://redirect.github.com/astral-sh/uv/pull/13334">#13334</a>)</li>
<li>Align progress bars by largest name length (<a
href="https://redirect.github.com/astral-sh/uv/pull/13266">#13266</a>)</li>
<li>Reinstall local packages in <code>uv add</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13462">#13462</a>)</li>
<li>Rename <code>--raw-sources</code> to <code>--raw</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13348">#13348</a>)</li>
<li>Show 'Downgraded' when <code>self update</code> is used to install
an older version (<a
href="https://redirect.github.com/astral-sh/uv/pull/13340">#13340</a>)</li>
<li>Suggest <code>uv self update</code> if required uv version is newer
(<a
href="https://redirect.github.com/astral-sh/uv/pull/13305">#13305</a>)</li>
<li>Add 3.14 beta images to uv Docker images (<a
href="https://redirect.github.com/astral-sh/uv/pull/13390">#13390</a>)</li>
<li>Add comma after "i.e." in Conda environment error (<a
href="https://redirect.github.com/astral-sh/uv/pull/13423">#13423</a>)</li>
<li>Be more precise in unpinned packages warning (<a
href="https://redirect.github.com/astral-sh/uv/pull/13426">#13426</a>)</li>
<li>Fix detection of sorted dependencies when include-group is used (<a
href="https://redirect.github.com/astral-sh/uv/pull/13354">#13354</a>)</li>
<li>Fix display of HTTP responses in trace logs for retry of errors (<a
href="https://redirect.github.com/astral-sh/uv/pull/13339">#13339</a>)</li>
<li>Log skip reasons during Python installation key interpreter match
checks (<a
href="https://redirect.github.com/astral-sh/uv/pull/13472">#13472</a>)</li>
<li>Redact credentials when displaying URLs (<a
href="https://redirect.github.com/astral-sh/uv/pull/13333">#13333</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid erroring on <code>pylock.toml</code> dependency entries (<a
href="https://redirect.github.com/astral-sh/uv/pull/13384">#13384</a>)</li>
<li>Avoid panics for cannot-be-a-base URLs (<a
href="https://redirect.github.com/astral-sh/uv/pull/13406">#13406</a>)</li>
<li>Ensure cached realm credentials are applied if no password is found
for index URL (<a
href="https://redirect.github.com/astral-sh/uv/pull/13463">#13463</a>)</li>
<li>Fix <code>.tgz</code> parsing to respect true extension (<a
href="https://redirect.github.com/astral-sh/uv/pull/13382">#13382</a>)</li>
<li>Fix double self-dependency (<a
href="https://redirect.github.com/astral-sh/uv/pull/13366">#13366</a>)</li>
<li>Reject <code>pylock.toml</code> in <code>uv add -r</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13421">#13421</a>)</li>
<li>Retain dot-separated wheel tags during cache prune (<a
href="https://redirect.github.com/astral-sh/uv/pull/13379">#13379</a>)</li>
<li>Retain trailing comments after PEP 723 metadata block (<a
href="https://redirect.github.com/astral-sh/uv/pull/13460">#13460</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Use "export" instead of "install" in <code>uv
export</code> arguments (<a
href="https://redirect.github.com/astral-sh/uv/pull/13430">#13430</a>)</li>
<li>Remove extra newline (<a
href="https://redirect.github.com/astral-sh/uv/pull/13461">#13461</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>Build backend: Normalize glob paths (<a
href="https://redirect.github.com/astral-sh/uv/pull/13465">#13465</a>)</li>
</ul>
<h2>Install uv 0.7.4</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.4/uv-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<!-- 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.4</h2>
<h3>Enhancements</h3>
<ul>
<li>Add more context to external errors (<a
href="https://redirect.github.com/astral-sh/uv/pull/13351">#13351</a>)</li>
<li>Align indentation of long arguments (<a
href="https://redirect.github.com/astral-sh/uv/pull/13394">#13394</a>)</li>
<li>Preserve order of dependencies which are sorted naively (<a
href="https://redirect.github.com/astral-sh/uv/pull/13334">#13334</a>)</li>
<li>Align progress bars by largest name length (<a
href="https://redirect.github.com/astral-sh/uv/pull/13266">#13266</a>)</li>
<li>Reinstall local packages in <code>uv add</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13462">#13462</a>)</li>
<li>Rename <code>--raw-sources</code> to <code>--raw</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13348">#13348</a>)</li>
<li>Show 'Downgraded' when <code>self update</code> is used to install
an older version (<a
href="https://redirect.github.com/astral-sh/uv/pull/13340">#13340</a>)</li>
<li>Suggest <code>uv self update</code> if required uv version is newer
(<a
href="https://redirect.github.com/astral-sh/uv/pull/13305">#13305</a>)</li>
<li>Add 3.14 beta images to uv Docker images (<a
href="https://redirect.github.com/astral-sh/uv/pull/13390">#13390</a>)</li>
<li>Add comma after "i.e." in Conda environment error (<a
href="https://redirect.github.com/astral-sh/uv/pull/13423">#13423</a>)</li>
<li>Be more precise in unpinned packages warning (<a
href="https://redirect.github.com/astral-sh/uv/pull/13426">#13426</a>)</li>
<li>Fix detection of sorted dependencies when include-group is used (<a
href="https://redirect.github.com/astral-sh/uv/pull/13354">#13354</a>)</li>
<li>Fix display of HTTP responses in trace logs for retry of errors (<a
href="https://redirect.github.com/astral-sh/uv/pull/13339">#13339</a>)</li>
<li>Log skip reasons during Python installation key interpreter match
checks (<a
href="https://redirect.github.com/astral-sh/uv/pull/13472">#13472</a>)</li>
<li>Redact credentials when displaying URLs (<a
href="https://redirect.github.com/astral-sh/uv/pull/13333">#13333</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid erroring on <code>pylock.toml</code> dependency entries (<a
href="https://redirect.github.com/astral-sh/uv/pull/13384">#13384</a>)</li>
<li>Avoid panics for cannot-be-a-base URLs (<a
href="https://redirect.github.com/astral-sh/uv/pull/13406">#13406</a>)</li>
<li>Ensure cached realm credentials are applied if no password is found
for index URL (<a
href="https://redirect.github.com/astral-sh/uv/pull/13463">#13463</a>)</li>
<li>Fix <code>.tgz</code> parsing to respect true extension (<a
href="https://redirect.github.com/astral-sh/uv/pull/13382">#13382</a>)</li>
<li>Fix double self-dependency (<a
href="https://redirect.github.com/astral-sh/uv/pull/13366">#13366</a>)</li>
<li>Reject <code>pylock.toml</code> in <code>uv add -r</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13421">#13421</a>)</li>
<li>Retain dot-separated wheel tags during cache prune (<a
href="https://redirect.github.com/astral-sh/uv/pull/13379">#13379</a>)</li>
<li>Retain trailing comments after PEP 723 metadata block (<a
href="https://redirect.github.com/astral-sh/uv/pull/13460">#13460</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Use "export" instead of "install" in <code>uv
export</code> arguments (<a
href="https://redirect.github.com/astral-sh/uv/pull/13430">#13430</a>)</li>
<li>Remove extra newline (<a
href="https://redirect.github.com/astral-sh/uv/pull/13461">#13461</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>Build backend: Normalize glob paths (<a
href="https://redirect.github.com/astral-sh/uv/pull/13465">#13465</a>)</li>
</ul>
<h2>0.7.3</h2>
<h3>Enhancements</h3>
<ul>
<li>Add <code>--dry-run</code> support to <code>uv self update</code>
(<a
href="https://redirect.github.com/astral-sh/uv/pull/9829">#9829</a>)</li>
<li>Add <code>--show-with</code> to <code>uv tool list</code> to list
packages included by <code>--with</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/13264">#13264</a>)</li>
<li>De-duplicate fetched index URLs (<a
href="https://redirect.github.com/astral-sh/uv/pull/13205">#13205</a>)</li>
<li>Support more zip compression formats: bzip2, lzma, xz, zstd (<a
href="https://redirect.github.com/astral-sh/uv/pull/13285">#13285</a>)</li>
<li>Add support for downloading GraalPy (<a
href="https://redirect.github.com/astral-sh/uv/pull/13172">#13172</a>)</li>
<li>Improve error message when a virtual environment Python symlink is
broken (<a
href="https://redirect.github.com/astral-sh/uv/pull/12168">#12168</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/6fbcd09b5ac16e54bea63e25b68fdd8868d74bf3"><code>6fbcd09</code></a>
Bump version to 0.7.4 (<a
href="https://redirect.github.com/astral-sh/uv/issues/13473">#13473</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/e92c17881c445509120b9cc71a13e09406f511c5"><code>e92c178</code></a>
Log skip reasons during Python installation key interpreter match checks
(<a
href="https://redirect.github.com/astral-sh/uv/issues/13">#13</a>...</li>
<li><a
href="https://github.com/astral-sh/uv/commit/18a1f0d9db600713db2d7f86b7885d0abc2068bd"><code>18a1f0d</code></a>
Build backend: Normalize glob paths (<a
href="https://redirect.github.com/astral-sh/uv/issues/13465">#13465</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/7a83f51de2a4e9f3d6f56117536a833992f7ef13"><code>7a83f51</code></a>
Reinstall local packages in <code>uv add</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/13462">#13462</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/dfa1b958acd186010cd488be27c023ad0cf667ff"><code>dfa1b95</code></a>
Issue template: Please include the complete error message (<a
href="https://redirect.github.com/astral-sh/uv/issues/13451">#13451</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/7261ede0042486cf96ecc0c0c6b2abe230d814b3"><code>7261ede</code></a>
Refactor build backend testing (<a
href="https://redirect.github.com/astral-sh/uv/issues/13464">#13464</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/4ea44bec0aafcc93860423fa627bbf29f06d6eec"><code>4ea44be</code></a>
Ensure cached realm credentials are applied if no password is found for
index...</li>
<li><a
href="https://github.com/astral-sh/uv/commit/12860a90412e76e50dacb429bf8b624175f44ce8"><code>12860a9</code></a>
Remove extra newline (<a
href="https://redirect.github.com/astral-sh/uv/issues/13461">#13461</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/2d4d93a350bc64487b64802e73cc020edfc0e9f4"><code>2d4d93a</code></a>
ProgressReporter: align progress bars by largest name length (<a
href="https://redirect.github.com/astral-sh/uv/issues/13266">#13266</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/b326bb92a0a2aabc1fb4f12b8d5fa8265a3b3693"><code>b326bb9</code></a>
Retain trailing comments after PEP 723 metadata block (<a
href="https://redirect.github.com/astral-sh/uv/issues/13460">#13460</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.7.3...0.7.4">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 c4d75b8 commit b93fc37
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments