From e415df5ab14066a81340a049d61cfedbdfaa2624 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Mon, 23 Sep 2024 08:16:10 +0000 Subject: [PATCH] build(deps): update astral-sh/uv to v0.4.15 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.4.13` -> `0.4.15` | 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.4.15`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0415) [Compare Source](https://github.com/astral-sh/uv/compare/0.4.14...0.4.15) ##### Bug fixes - Revert "Treat invalid platform as more compatible than invalid Python ([#​7556](https://github.com/astral-sh/uv/issues/7556))" ([#​7608](https://github.com/astral-sh/uv/pull/7608)) ##### Documentation - Add the execution policy to powershell installs for single versions ([#​7602](https://github.com/astral-sh/uv/pull/7602)) ### [`v0.4.14`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0414) [Compare Source](https://github.com/astral-sh/uv/compare/0.4.13...0.4.14) ##### Breaking - Move uvx shell completion to `uvx --generate-shell-completion` ([#​7511](https://github.com/astral-sh/uv/pull/7511)) ##### Enhancements - Adjust messaging for frozen hint on resolution failure during `uv add` ([#​7597](https://github.com/astral-sh/uv/pull/7597)) - Provide resolution hints in case of possible local name conflicts ([#​7505](https://github.com/astral-sh/uv/pull/7505)) - Improve Docker image release tagging order and display on `ghcr.io` ([#​7568](https://github.com/astral-sh/uv/pull/7568)) - Improve deserialization error messages ([#​7598](https://github.com/astral-sh/uv/pull/7598)) ##### Bug fixes - Allow system environments during project environment validity check ([#​7585](https://github.com/astral-sh/uv/pull/7585)) - Avoid validating workspace members when `--no-sources` is provided ([#​7599](https://github.com/astral-sh/uv/pull/7599)) - Fix handling of `sys.base_prefix` collision in interpreter identity check during tool installs ([#​7596](https://github.com/astral-sh/uv/pull/7596)) - Make `uv cache prune` robust to unreadable rkyv entries ([#​7561](https://github.com/astral-sh/uv/pull/7561)) - Revert "Remove duplicate warning for settings discovery errors ([#​7384](https://github.com/astral-sh/uv/issues/7384))" ([#​7594](https://github.com/astral-sh/uv/pull/7594)) ##### Documentation - Fix `-` to `_` in packaged applications document ([#​7571](https://github.com/astral-sh/uv/pull/7571))
--- ### 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 74a7d19d..5957a085 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -148,7 +148,7 @@ packages: - name: tofuutils/tenv@v3.1.0 description: OpenTofu / Terraform version manager link: https://github.com/tofuutils/tenv -- name: astral-sh/uv@0.4.13 +- name: astral-sh/uv@0.4.15 description: An extremely fast Python package installer and resolver, written in Rust link: https://github.com/astral-sh/uv - name: martinvonz/jj@v0.21.0