From 59d659ba24f0e89ca0d27ba9769ac15610942123 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Wed, 4 Sep 2024 18:17:46 +0000 Subject: [PATCH] build(deps): update astral-sh/uv to v0.4.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.4.0` -> `0.4.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.4.4`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#044) [Compare Source](https://github.com/astral-sh/uv/compare/0.4.3...0.4.4) ##### Enhancements - Allow customizing the project environment path with `UV_PROJECT_ENVIRONMENT` ([#​6834](https://github.com/astral-sh/uv/pull/6834)) - Warn when `VIRTUAL_ENV` is set but will not be respected in project commands ([#​6864](https://github.com/astral-sh/uv/pull/6864)) - Add `--no-hashes` to `uv export` ([#​6954](https://github.com/astral-sh/uv/pull/6954)) - Make HTTP headers title case for backward compatibility ([#​6887](https://github.com/astral-sh/uv/pull/6887)) - Pin `.python-version` in `uv init` ([#​6869](https://github.com/astral-sh/uv/pull/6869)) - Support `file://` URLs for `UV_PYTHON_INSTALL_MIRROR` ([#​6950](https://github.com/astral-sh/uv/pull/6950)) - Introduce more docker tags for uv ([#​6053](https://github.com/astral-sh/uv/pull/6053)) ##### Bug fixes - Avoid canonicalizing the cache directory ([#​6949](https://github.com/astral-sh/uv/pull/6949)) - Show all PyPy versions in `uv python list --all-versions` ([#​6917](https://github.com/astral-sh/uv/pull/6917)) - Avoid incorrect `requires-python` marker simplifications ([#​6268](https://github.com/astral-sh/uv/pull/6268)) ##### Documentation - Add documentation for `UV_PROJECT_ENVIRONMENT` ([#​6987](https://github.com/astral-sh/uv/pull/6987)) - Add optional dependencies section to the lockfile document ([#​6982](https://github.com/astral-sh/uv/pull/6982)) - Document use of the `file://` scheme in Python installation mirrors ([#​6984](https://github.com/astral-sh/uv/pull/6984)) - Fix outdated references to the help menu documentation in the first steps page ([#​6980](https://github.com/astral-sh/uv/pull/6980)) - Show env option in CLI reference documentation ([#​6863](https://github.com/astral-sh/uv/pull/6863)) - Add bind mount example to `docker.md` ([#​6921](https://github.com/astral-sh/uv/pull/6921)) ### [`v0.4.3`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#043) [Compare Source](https://github.com/astral-sh/uv/compare/0.4.2...0.4.3) ##### Enhancements - Show build backend output when `--verbose` is provided ([#​6903](https://github.com/astral-sh/uv/pull/6903)) - Allow `uv sync --frozen --package` without copying member `pyproject.toml` ([#​6943](https://github.com/astral-sh/uv/pull/6943)) ##### Bug fixes - Avoid panic with missing temporary directory ([#​6929](https://github.com/astral-sh/uv/pull/6929)) - Avoid updating incorrect dependencies for sorted `uv add` ([#​6939](https://github.com/astral-sh/uv/pull/6939)) - Use lower-bound semantics for all Python compatibility comparisons ([#​6882](https://github.com/astral-sh/uv/pull/6882)) ### [`v0.4.2`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#042) [Compare Source](https://github.com/astral-sh/uv/compare/0.4.1...0.4.2) ##### Enhancements - Adding support for `.pyc` files in `uv run` ([#​6886](https://github.com/astral-sh/uv/pull/6886)) - Treat missing `top_level.txt` as non-fatal ([#​6881](https://github.com/astral-sh/uv/pull/6881)) ##### Bug fixes - Fix `is_disjoint` check for supported environments ([#​6902](https://github.com/astral-sh/uv/pull/6902)) - Remove dangling archives in `uv cache clean ${package}` ([#​6915](https://github.com/astral-sh/uv/pull/6915)) - Error when discovered Python is incompatible with `--isolated` workspace ([#​6885](https://github.com/astral-sh/uv/pull/6885)) - Warn when discovered Python is incompatible with PEP 723 script ([#​6884](https://github.com/astral-sh/uv/pull/6884)) ### [`v0.4.1`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#041) [Compare Source](https://github.com/astral-sh/uv/compare/0.4.0...0.4.1) ##### Enhancements - Add `uv export --format requirements-txt` ([#​6778](https://github.com/astral-sh/uv/pull/6778)) - Allow `@` references in `uv tool install --from` ([#​6842](https://github.com/astral-sh/uv/pull/6842)) - Normalize version specifiers by sorting ([#​6333](https://github.com/astral-sh/uv/pull/6333)) - Respect the user's upper-bound in `requires-python` ([#​6824](https://github.com/astral-sh/uv/pull/6824)) - Use Windows registry to discover Python on Windows directly ([#​6761](https://github.com/astral-sh/uv/pull/6761)) - Hint at `--no-workspace` in `uv init` failures ([#​6815](https://github.com/astral-sh/uv/pull/6815)) - Update to last PyPy releases ([#​6784](https://github.com/astral-sh/uv/pull/6784)) ##### Bug fixes - Avoid deadlocks when multiple uv processes lock resources ([#​6790](https://github.com/astral-sh/uv/pull/6790)) - Expand tildes when matching against `PATH` ([#​6829](https://github.com/astral-sh/uv/pull/6829)) - Fix `uv init --no-project` alias ([#​6837](https://github.com/astral-sh/uv/pull/6837)) - Ignore pre-release segments when discovering via `requires-python` ([#​6813](https://github.com/astral-sh/uv/pull/6813)) - Support inline optional tables in `uv add` and `uv remove` ([#​6787](https://github.com/astral-sh/uv/pull/6787)) - Update default `hello.py` to pass `ruff format` ([#​6811](https://github.com/astral-sh/uv/pull/6811)) - Avoid stripping root for user path display ([#​6865](https://github.com/astral-sh/uv/pull/6865)) - Error when user-provided environments are disjoint with Python ([#​6841](https://github.com/astral-sh/uv/pull/6841)) - Retain alphabetical sorting for `pyproject.toml` in `uv add` operations ([#​6388](https://github.com/astral-sh/uv/pull/6388)))) ##### Documentation - Add a link to the multiple index docs in the alternative index guide ([#​6826](https://github.com/astral-sh/uv/pull/6826)) - Add docs for inline exclude newer in PEP 723 scripts ([#​6831](https://github.com/astral-sh/uv/pull/6831)) - Enumerate available Docker tags ([#​6768](https://github.com/astral-sh/uv/pull/6768)) - Omit `[pip]` section from configuration file docs ([#​6814](https://github.com/astral-sh/uv/pull/6814)) - Update `project.urls` in `pyproject.toml` ([#​6844](https://github.com/astral-sh/uv/pull/6844)) - Add docs for AWS CodeArtifact usage ([#​6816](https://github.com/astral-sh/uv/pull/6816)) ##### Other changes
--- ### 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 15613b92..bad8f237 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.0 +- name: astral-sh/uv@0.4.4 description: An extremely fast Python package installer and resolver, written in Rust link: https://github.com/astral-sh/uv - name: martinvonz/jj@v0.20.0