From e022e51e1af351fa8a81f4d43f40ab57213dcef2 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Thu, 21 Nov 2024 07:41:52 +0000 Subject: [PATCH] build(deps): update astral-sh/uv to v0.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [astral-sh/uv](https://github.com/astral-sh/uv) | patch | `0.5.3` -> `0.5.4` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes
astral-sh/uv (astral-sh/uv) ### [`v0.5.4`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#054) [Compare Source](https://github.com/astral-sh/uv/compare/0.5.3...0.5.4) ##### Enhancements - Accept either singular or plural values for CLI requirements ([#​9196](https://github.com/astral-sh/uv/pull/9196)) - Add `--all-groups` to `uv sync`, `uv run`, `uv export`, and `uv tree` ([#​8892](https://github.com/astral-sh/uv/pull/8892)) - Add a progress bar to `uv tree --outdated` and `uv pip list --outdated` ([#​9284](https://github.com/astral-sh/uv/pull/9284)) - Add retries for Python downloads ([#​9274](https://github.com/astral-sh/uv/pull/9274)) - Use exponential backoff for publish retries ([#​9276](https://github.com/astral-sh/uv/pull/9276)) - Add manylinux target triples up to glibc 2.40 ([#​9234](https://github.com/astral-sh/uv/pull/9234)) ##### Performance - Parallelize network requests in `uv tree --outdated` ([#​9280](https://github.com/astral-sh/uv/pull/9280)) - Use `zlib-rs` on all platforms ([#​9264](https://github.com/astral-sh/uv/pull/9264)) ##### Bug fixes - Avoid validating extra and group sources in `build-system.requires` ([#​9273](https://github.com/astral-sh/uv/pull/9273)) - Catch retries with wrapped `reqwest` errors ([#​9253](https://github.com/astral-sh/uv/pull/9253)) - Sort hashes in `uv export` output ([#​9237](https://github.com/astral-sh/uv/pull/9237)) - Strip `--index` and `--default-index` from command header ([#​9288](https://github.com/astral-sh/uv/pull/9288)) ##### Documentation - Add breadcrumbs to the documentation ([#​9242](https://github.com/astral-sh/uv/pull/9242)) - Add minimum version to PyTorch guide ([#​9247](https://github.com/astral-sh/uv/pull/9247)) - Add support for anchor redirects with client-side js ([#​9212](https://github.com/astral-sh/uv/pull/9212)) - Improve content on project configuration ([#​9235](https://github.com/astral-sh/uv/pull/9235)) - Improve the project creation documentation ([#​9236](https://github.com/astral-sh/uv/pull/9236)) - Move the integration guides into the "Guides" section as a collapsed group ([#​9245](https://github.com/astral-sh/uv/pull/9245)) - Reorganize the project concept documentation ([#​9121](https://github.com/astral-sh/uv/pull/9121)) - Use the full screen height for the main content to stabilize the nav ([#​9153](https://github.com/astral-sh/uv/pull/9153)) ##### Error messages - Add dedicated warning for empty stdin ([#​9256](https://github.com/astral-sh/uv/pull/9256))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index bcc462a..a8fec4f 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -145,7 +145,7 @@ packages: - name: tofuutils/tenv@v3.2.10 description: OpenTofu / Terraform version manager link: https://github.com/tofuutils/tenv -- name: astral-sh/uv@0.5.3 +- name: astral-sh/uv@0.5.4 description: An extremely fast Python package installer and resolver, written in Rust link: https://github.com/astral-sh/uv - name: martinvonz/jj@v0.22.0