From c8893fb29c60045fafb3628b3c9fa2fc6c69fd19 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Sat, 21 Sep 2024 19:09:10 +0000 Subject: [PATCH] build(deps): update astral-sh/uv to v0.4.13 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.9` -> `0.4.13` | 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.13`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0413) [Compare Source](https://github.com/astral-sh/uv/compare/0.4.12...0.4.13) ##### Enhancements - Add `socks` support ([#​7503](https://github.com/astral-sh/uv/pull/7503)) - Avoid warning about bad Python interpreter links for empty project environment directories ([#​7527](https://github.com/astral-sh/uv/pull/7527)) - Improve invalid environment warning messages ([#​7544](https://github.com/astral-sh/uv/pull/7544)) - Use more verbose spelling of "virtualenv" during creation ([#​7523](https://github.com/astral-sh/uv/pull/7523)) - Do not use a user-facing warning for "Waiting to acquire lock..." message ([#​7502](https://github.com/astral-sh/uv/pull/7502)) ##### Performance - Use a single buffer for hints on resolver errors ([#​7497](https://github.com/astral-sh/uv/pull/7497)) ##### Bug fixes - Allow Python pre-releases to be used if they are first on the `PATH` ([#​7470](https://github.com/astral-sh/uv/pull/7470)) - Avoid deleting the project environment directory if it is not a virtual environment ([#​7522](https://github.com/astral-sh/uv/pull/7522)) - Do not error if the `CACHEDIR.TAG` file exists but cannot be written to ([#​7550](https://github.com/astral-sh/uv/pull/7550)) - Treat invalid platform as more compatible than invalid Python ([#​7556](https://github.com/astral-sh/uv/pull/7556)) - Use portable paths when serializing sources ([#​7504](https://github.com/astral-sh/uv/pull/7504)) - Compute resolver hints using the final reduced derivation tree ([#​7546](https://github.com/astral-sh/uv/pull/7546)) - Bump the wheel and sdist cache versions ([#​7560](https://github.com/astral-sh/uv/pull/7560)) - Heal cache entries with missing source distributions ([#​7559](https://github.com/astral-sh/uv/pull/7559)) ##### Rust libraries - Bump minimum supported Rust version from 1.80 -> 1.81 ##### Documentation - Add `UV_LINK_MODE` to Docker caching example ([#​7510](https://github.com/astral-sh/uv/pull/7510)) - Clarify behavior of of overrides in CLI reference ([#​7537](https://github.com/astral-sh/uv/pull/7537)) ### [`v0.4.12`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0412) [Compare Source](https://github.com/astral-sh/uv/compare/0.4.11...0.4.12) ##### Enhancements - Allow users to provide pre-defined metadata for resolution ([#​7442](https://github.com/astral-sh/uv/pull/7442)) - Invalidate existing tool environments on Python interpreter mismatch ([#​7451](https://github.com/astral-sh/uv/pull/7451)) ##### Bug fixes - Avoid fatal error when searching for egg-info with missing directory ([#​7498](https://github.com/astral-sh/uv/pull/7498)) ##### Documentation - Add note on cache growth for self-hosted GitHub runners ([#​5757](https://github.com/astral-sh/uv/pull/5757)) ### [`v0.4.11`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0411) [Compare Source](https://github.com/astral-sh/uv/compare/0.4.10...0.4.11) ##### Enhancements - Add `--no-editable` support to `uv sync` and `uv export` ([#​7371](https://github.com/astral-sh/uv/pull/7371)) - Add support for `--only-dev` to `uv sync` and `uv export` ([#​7367](https://github.com/astral-sh/uv/pull/7367)) - Add support for remaining pip-supported file extensions ([#​7387](https://github.com/astral-sh/uv/pull/7387)) - Generate shell completion for `uvx` ([#​7388](https://github.com/astral-sh/uv/pull/7388)) - Include `uv export` command in `requirements.txt` output ([#​7374](https://github.com/astral-sh/uv/pull/7374)) - Prune unzipped source distributions in `uv cache prune --ci` ([#​7446](https://github.com/astral-sh/uv/pull/7446)) - Warn when trying to `uv sync` a package without build configuration ([#​7420](https://github.com/astral-sh/uv/pull/7420)) - Support requests for pre-releases in the `--python` option ([#​7335](https://github.com/astral-sh/uv/pull/7335)) ##### Bug fixes - Avoid erroneous version warning for `.dist-info` directories ([#​7444](https://github.com/astral-sh/uv/pull/7444)) - Avoid removing seed packages for `uv venv --seed` environments ([#​7410](https://github.com/astral-sh/uv/pull/7410)) - Avoid unnecessary progress bar initializations ([#​7412](https://github.com/astral-sh/uv/pull/7412)) - Error when `tool.uv.sources` contains duplicate package names ([#​7383](https://github.com/astral-sh/uv/pull/7383)) - Include `--branch` et al when resolving unnamed URLs in `uv add` ([#​7447](https://github.com/astral-sh/uv/pull/7447)) - Include `dev-dependencies` in `--no-sources` invocations ([#​7408](https://github.com/astral-sh/uv/pull/7408)) - Include the parent interpreter in Python discovery when `--system` is used ([#​7440](https://github.com/astral-sh/uv/pull/7440)) - Respect `--no-sources` in PEP 723 scripts ([#​7409](https://github.com/astral-sh/uv/pull/7409)) - Respect `pyproject.toml` credentials from user-provided requirements ([#​7474](https://github.com/astral-sh/uv/pull/7474)) - Use consistent PyPI cache bucket ([#​7443](https://github.com/astral-sh/uv/pull/7443)) - Use unambiguous relative paths in `uv export` ([#​7378](https://github.com/astral-sh/uv/pull/7378)) ##### Documentation - Add documentation on platform-specific dependencies ([#​7411](https://github.com/astral-sh/uv/pull/7411)) - Add documentation for passing installer options on Linux ([#​6839](https://github.com/astral-sh/uv/pull/6839)) - Separate project data from configuration settings ([#​7053](https://github.com/astral-sh/uv/pull/7053)) ##### Error messages - Hint at missing `project.name` ([#​6803](https://github.com/astral-sh/uv/pull/6803)) - Surface dedicated `project.name` error for workspaces ([#​7399](https://github.com/astral-sh/uv/pull/7399)) - Remove duplicate warning for settings discovery errors ([#​7384](https://github.com/astral-sh/uv/pull/7384)) ### [`v0.4.10`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0410) [Compare Source](https://github.com/astral-sh/uv/compare/0.4.9...0.4.10) ##### Enhancements - Allow `uv tool upgrade --all` to continue on individual upgrade failure ([#​7333](https://github.com/astral-sh/uv/pull/7333)) - Support globs as cache keys in `tool.uv.cache-keys` ([#​7268](https://github.com/astral-sh/uv/pull/7268)) - Add Python package (`__main__.py`) support to `uv run` ([#​7281](https://github.com/astral-sh/uv/pull/7281)) - Add zip application support to `uv run` ([#​7289](https://github.com/astral-sh/uv/pull/7289)) - Add `--token` option to `self update` command ([#​7279](https://github.com/astral-sh/uv/pull/7279)) ##### Performance - Use `globwalk` for `cache-keys` matching ([#​7337](https://github.com/astral-sh/uv/pull/7337)) ##### Bug fixes - Always treat archive-like requirements as local files ([#​7364](https://github.com/astral-sh/uv/pull/7364)) - Apply `--no-install` options when constructing resolution ([#​7277](https://github.com/astral-sh/uv/pull/7277)) - Avoid clobbering existing `py.typed` files contents in `uv init` ([#​7338](https://github.com/astral-sh/uv/pull/7338)) - Avoid enforcing platform compatibility when validating lockfile ([#​7305](https://github.com/astral-sh/uv/pull/7305)) - Avoid installing transitive dev dependencies ([#​7318](https://github.com/astral-sh/uv/pull/7318)) - Avoid selecting prerelease Python installations without opt-in ([#​7300](https://github.com/astral-sh/uv/pull/7300)) - Fix PPC64 page size in binary builds. ([#​7298](https://github.com/astral-sh/uv/pull/7298)) - Include pre-release Python versions in `uv python list` ([#​7290](https://github.com/astral-sh/uv/pull/7290)) - Make version ID optional for source builds ([#​7362](https://github.com/astral-sh/uv/pull/7362)) - Support relative paths in `uv add --script` ([#​7301](https://github.com/astral-sh/uv/pull/7301)) ##### Documentation - Fix documentation typos for `uv build --build-constraint` flag ([#​7330](https://github.com/astral-sh/uv/pull/7330)) - Fix grammatical error in CLI docs ([#​7353](https://github.com/astral-sh/uv/pull/7353)) ##### Error messages - Add dedicated lock errors for wheel-only distributions ([#​7307](https://github.com/astral-sh/uv/pull/7307)) - Avoid treating `.whl` sources as source distributions ([#​7303](https://github.com/astral-sh/uv/pull/7303)) - Clarify Python requirement source for script incompatibilities ([#​7339](https://github.com/astral-sh/uv/pull/7339))
--- ### 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 80bbc9e2..522a2dbb 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.9 +- name: astral-sh/uv@0.4.13 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