From 8aff83da9bcaf0ea7c65a1ef485673247747a8d6 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Sat, 10 Aug 2024 13:37:11 +0000 Subject: [PATCH] build(deps): update astral-sh/uv to v0.2.35 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.2.33` -> `0.2.35` | 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.2.35`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0235) [Compare Source](https://github.com/astral-sh/uv/compare/0.2.34...0.2.35) ##### CLI - Deprecate `--system` and `--no-system` in `uv venv` ([#​5925](https://github.com/astral-sh/uv/pull/5925)) - Make `--upgrade` imply `--refresh` ([#​5943](https://github.com/astral-sh/uv/pull/5943)) - Warn when there are missing bounds on transitive dependencies with `--resolution-strategy lowest` ([#​5953](https://github.com/astral-sh/uv/pull/5953)) ##### Configuration - Add support for `no-build-isolation-package` ([#​5894](https://github.com/astral-sh/uv/pull/5894)) ##### Performance - Enable LTO optimizations in release builds to reduce binary size ([#​5904](https://github.com/astral-sh/uv/pull/5904)) - Prefetch metadata in `--no-deps` mode ([#​5918](https://github.com/astral-sh/uv/pull/5918)) ##### Bug fixes - Display portable paths in POSIX virtual environment activation commands ([#​5956](https://github.com/astral-sh/uv/pull/5956)) - Respect subdirectories when locating Git workspaces ([#​5944](https://github.com/astral-sh/uv/pull/5944)) ##### Documentation - Improve the `uv venv` CLI documentation ([#​5963](https://github.com/astral-sh/uv/pull/5963)) ### [`v0.2.34`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0234) [Compare Source](https://github.com/astral-sh/uv/compare/0.2.33...0.2.34) ##### Enhancements - Always strip in release mode ([#​5745](https://github.com/astral-sh/uv/pull/5745)) - Assume `git+` prefix when URLs end in `.git` ([#​5868](https://github.com/astral-sh/uv/pull/5868)) - Support build constraints ([#​5639](https://github.com/astral-sh/uv/pull/5639)) ##### CLI - Create help sections for build, install, resolve, and index ([#​5693](https://github.com/astral-sh/uv/pull/5693)) - Improve CLI documentation for global options ([#​5834](https://github.com/astral-sh/uv/pull/5834)) - Improve `--python` CLI documentation ([#​5869](https://github.com/astral-sh/uv/pull/5869)) - Improve display order of top-level commands ([#​5830](https://github.com/astral-sh/uv/pull/5830)) ##### Bug fixes - Allow downloading wheels for metadata with `--no-binary` ([#​5707](https://github.com/astral-sh/uv/pull/5707)) - Reject `pyproject.toml` in `--config-file` ([#​5842](https://github.com/astral-sh/uv/pull/5842)) - Remove double-proxy nodes in error reporting ([#​5738](https://github.com/astral-sh/uv/pull/5738)) - Respect pre-release preferences from input files ([#​5736](https://github.com/astral-sh/uv/pull/5736)) - Support overlapping local and non-local requirements in forks ([#​5812](https://github.com/astral-sh/uv/pull/5812))
--- ### 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 8c7dbf29..3ce34b44 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -151,7 +151,7 @@ packages: - name: tofuutils/tenv@v3.0.0 description: OpenTofu / Terraform version manager link: https://github.com/tofuutils/tenv -- name: astral-sh/uv@0.2.33 +- name: astral-sh/uv@0.2.35 description: An extremely fast Python package installer and resolver, written in Rust link: https://github.com/astral-sh/uv - name: martinvonz/jj@v0.19.0