Skip to content

Commit

Permalink
chore(deps): Bump uv from 0.5.3 to 0.5.4 (#2075)
Browse files Browse the repository at this point in the history
Bumps [uv](https://github.com/astral-sh/uv) from 0.5.3 to 0.5.4.
<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.5.4</h2>
<h2>Release Notes</h2>
<h3>Enhancements</h3>
<ul>
<li>Accept either singular or plural values for CLI requirements (<a
href="https://redirect.github.com/astral-sh/uv/pull/9196">#9196</a>)</li>
<li>Add <code>--all-groups</code> to <code>uv sync</code>, <code>uv
run</code>, <code>uv export</code>, and <code>uv tree</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/8892">#8892</a>)</li>
<li>Add a progress bar to <code>uv tree --outdated</code> and <code>uv
pip list --outdated</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/9284">#9284</a>)</li>
<li>Add retries for Python downloads (<a
href="https://redirect.github.com/astral-sh/uv/pull/9274">#9274</a>)</li>
<li>Use exponential backoff for publish retries (<a
href="https://redirect.github.com/astral-sh/uv/pull/9276">#9276</a>)</li>
<li>Add manylinux target triples up to glibc 2.40 (<a
href="https://redirect.github.com/astral-sh/uv/pull/9234">#9234</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Parallelize network requests in <code>uv tree --outdated</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/9280">#9280</a>)</li>
<li>Use <code>zlib-rs</code> on all platforms (<a
href="https://redirect.github.com/astral-sh/uv/pull/9264">#9264</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid validating extra and group sources in
<code>build-system.requires</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/9273">#9273</a>)</li>
<li>Catch retries with wrapped <code>reqwest</code> errors (<a
href="https://redirect.github.com/astral-sh/uv/pull/9253">#9253</a>)</li>
<li>Sort hashes in <code>uv export</code> output (<a
href="https://redirect.github.com/astral-sh/uv/pull/9237">#9237</a>)</li>
<li>Strip <code>--index</code> and <code>--default-index</code> from
command header (<a
href="https://redirect.github.com/astral-sh/uv/pull/9288">#9288</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add breadcrumbs to the documentation (<a
href="https://redirect.github.com/astral-sh/uv/pull/9242">#9242</a>)</li>
<li>Add minimum version to PyTorch guide (<a
href="https://redirect.github.com/astral-sh/uv/pull/9247">#9247</a>)</li>
<li>Add support for anchor redirects with client-side js (<a
href="https://redirect.github.com/astral-sh/uv/pull/9212">#9212</a>)</li>
<li>Improve content on project configuration (<a
href="https://redirect.github.com/astral-sh/uv/pull/9235">#9235</a>)</li>
<li>Improve the project creation documentation (<a
href="https://redirect.github.com/astral-sh/uv/pull/9236">#9236</a>)</li>
<li>Move the integration guides into the &quot;Guides&quot; section as a
collapsed group (<a
href="https://redirect.github.com/astral-sh/uv/pull/9245">#9245</a>)</li>
<li>Reorganize the project concept documentation (<a
href="https://redirect.github.com/astral-sh/uv/pull/9121">#9121</a>)</li>
<li>Use the full screen height for the main content to stabilize the nav
(<a
href="https://redirect.github.com/astral-sh/uv/pull/9153">#9153</a>)</li>
</ul>
<h3>Error messages</h3>
<ul>
<li>Add dedicated warning for empty stdin (<a
href="https://redirect.github.com/astral-sh/uv/pull/9256">#9256</a>)</li>
</ul>
<h2>Install uv 0.5.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.5.4/uv-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</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.5.4</h2>
<h3>Enhancements</h3>
<ul>
<li>Accept either singular or plural values for CLI requirements (<a
href="https://redirect.github.com/astral-sh/uv/pull/9196">#9196</a>)</li>
<li>Add <code>--all-groups</code> to <code>uv sync</code>, <code>uv
run</code>, <code>uv export</code>, and <code>uv tree</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/8892">#8892</a>)</li>
<li>Add a progress bar to <code>uv tree --outdated</code> and <code>uv
pip list --outdated</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/9284">#9284</a>)</li>
<li>Add retries for Python downloads (<a
href="https://redirect.github.com/astral-sh/uv/pull/9274">#9274</a>)</li>
<li>Use exponential backoff for publish retries (<a
href="https://redirect.github.com/astral-sh/uv/pull/9276">#9276</a>)</li>
<li>Add manylinux target triples up to glibc 2.40 (<a
href="https://redirect.github.com/astral-sh/uv/pull/9234">#9234</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Parallelize network requests in <code>uv tree --outdated</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/9280">#9280</a>)</li>
<li>Use <code>zlib-rs</code> on all platforms (<a
href="https://redirect.github.com/astral-sh/uv/pull/9264">#9264</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid validating extra and group sources in
<code>build-system.requires</code> (<a
href="https://redirect.github.com/astral-sh/uv/pull/9273">#9273</a>)</li>
<li>Catch retries with wrapped <code>reqwest</code> errors (<a
href="https://redirect.github.com/astral-sh/uv/pull/9253">#9253</a>)</li>
<li>Sort hashes in <code>uv export</code> output (<a
href="https://redirect.github.com/astral-sh/uv/pull/9237">#9237</a>)</li>
<li>Strip <code>--index</code> and <code>--default-index</code> from
command header (<a
href="https://redirect.github.com/astral-sh/uv/pull/9288">#9288</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add breadcrumbs to the documentation (<a
href="https://redirect.github.com/astral-sh/uv/pull/9242">#9242</a>)</li>
<li>Add minimum version to PyTorch guide (<a
href="https://redirect.github.com/astral-sh/uv/pull/9247">#9247</a>)</li>
<li>Add support for anchor redirects with client-side js (<a
href="https://redirect.github.com/astral-sh/uv/pull/9212">#9212</a>)</li>
<li>Improve content on project configuration (<a
href="https://redirect.github.com/astral-sh/uv/pull/9235">#9235</a>)</li>
<li>Improve the project creation documentation (<a
href="https://redirect.github.com/astral-sh/uv/pull/9236">#9236</a>)</li>
<li>Move the integration guides into the &quot;Guides&quot; section as a
collapsed group (<a
href="https://redirect.github.com/astral-sh/uv/pull/9245">#9245</a>)</li>
<li>Reorganize the project concept documentation (<a
href="https://redirect.github.com/astral-sh/uv/pull/9121">#9121</a>)</li>
<li>Use the full screen height for the main content to stabilize the nav
(<a
href="https://redirect.github.com/astral-sh/uv/pull/9153">#9153</a>)</li>
</ul>
<h3>Error messages</h3>
<ul>
<li>Add dedicated warning for empty stdin (<a
href="https://redirect.github.com/astral-sh/uv/pull/9256">#9256</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/uv/commit/c62c83c37ada63eae4efb77551e2ec7a0f0113d8"><code>c62c83c</code></a>
Bump version to v0.5.4 (<a
href="https://redirect.github.com/astral-sh/uv/issues/9290">#9290</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/829eed8e35de947c4597dabeda904cf35ece5503"><code>829eed8</code></a>
Strip <code>--index</code> and <code>--default-index</code> from command
header (<a
href="https://redirect.github.com/astral-sh/uv/issues/9288">#9288</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/b19ccb6b977dfbdd4c8711c571457ed0d8ba3308"><code>b19ccb6</code></a>
Add a progress bar to <code>uv tree --outdated</code> and <code>uv pip
list --outdated</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/9284">#9284</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/a0de83001c0ec6ea85067b811c573d55bc907435"><code>a0de830</code></a>
Parallelize network requests in <code>uv tree --outdated</code> (<a
href="https://redirect.github.com/astral-sh/uv/issues/9280">#9280</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/23cc9b0322ebe0c7081aab218373ee8a76a77507"><code>23cc9b0</code></a>
Add <code>--all-groups</code> to <code>uv sync|run|export|tree</code>
(<a
href="https://redirect.github.com/astral-sh/uv/issues/8892">#8892</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/2ed180ea6bc9002b61604d5e9753991da2418f5f"><code>2ed180e</code></a>
Accept either singular or plural for CLI constraints (<a
href="https://redirect.github.com/astral-sh/uv/issues/9196">#9196</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/2f5a64a8b316e180566a39756b53dc795507c643"><code>2f5a64a</code></a>
Unify cargo features (<a
href="https://redirect.github.com/astral-sh/uv/issues/9267">#9267</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/8ca8de8eaa8ed1bc034ec3cd7951657406e53d4f"><code>8ca8de8</code></a>
Use exponential backoff for publish retries (<a
href="https://redirect.github.com/astral-sh/uv/issues/9276">#9276</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/110c38e5498e64c35be0d6169b48f37681b2e30b"><code>110c38e</code></a>
Improve the project creation documentation (<a
href="https://redirect.github.com/astral-sh/uv/issues/9236">#9236</a>)</li>
<li><a
href="https://github.com/astral-sh/uv/commit/4f65a69ebfce550000e187e7247b56994ed57b8c"><code>4f65a69</code></a>
Move the integration guides into the &quot;Guides&quot; section as a
collapsed group (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/uv/compare/0.5.3...0.5.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uv&package-manager=pip&previous-version=0.5.3&new-version=0.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>
  • Loading branch information
dependabot[bot] authored Nov 24, 2024
1 parent 0b6ca9c commit 0704610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ types-pygments==2.18.0.20240506
types-setuptools==75.4.0.20241115
typing-extensions==4.12.2
urllib3==2.2.3
uv==0.5.3
uv==0.5.4
uvicorn==0.32.0
virtualenv==20.27.1
watchfiles==0.24.0
Expand Down

0 comments on commit 0704610

Please sign in to comment.