Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency uv to v0.5.27 (#209)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [uv](https://pypi.org/project/uv/) ([source](https://redirect.github.com/astral-sh/uv), [changelog](https://redirect.github.com/astral-sh/uv/blob/main/CHANGELOG.md)) | `0.5.25` -> `0.5.27` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/uv/0.5.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/uv/0.5.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/uv/0.5.25/0.5.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv/0.5.25/0.5.27?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.5.27`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0527) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.5.26...0.5.27) ##### Enhancements - Avoid setting permissions during tar extraction ([#​11191](https://redirect.github.com/astral-sh/uv/pull/11191)) - Remove warnings for missing lower bounds ([#​11195](https://redirect.github.com/astral-sh/uv/pull/11195)) - Update PubGrub to set-based outdated priority tracking ([#​11169](https://redirect.github.com/astral-sh/uv/pull/11169)) - Improve error messages for `uv pip install` with `--extra` or `--all-extras` and invalid sources ([#​11193](https://redirect.github.com/astral-sh/uv/pull/11193)) - Sign Docker images using GitHub attestations ([#​8685](https://redirect.github.com/astral-sh/uv/pull/8685)) ##### Preview features - Don't expand self-referential extras in the build backend ([#​11142](https://redirect.github.com/astral-sh/uv/pull/11142)) ##### Performance - Filter discovered Python executables by source before querying ([#​11143](https://redirect.github.com/astral-sh/uv/pull/11143)) - Optimize exclusion computation for markers ([#​11158](https://redirect.github.com/astral-sh/uv/pull/11158)) - Use Astral-maintained `tokio-tar` fork ([#​11174](https://redirect.github.com/astral-sh/uv/pull/11174)) - Remove unneeded `.clone()` ([#​11127](https://redirect.github.com/astral-sh/uv/pull/11127)) ##### Bug fixes - Fix relative paths in bytecode compilation ([#​11177](https://redirect.github.com/astral-sh/uv/pull/11177)) - Percent-decode URLs in canonical comparisons ([#​11088](https://redirect.github.com/astral-sh/uv/pull/11088)) - Respect concurrency limits in parallel index fetch ([#​11182](https://redirect.github.com/astral-sh/uv/pull/11182)) - Use wire JSON schema for conflict items ([#​11196](https://redirect.github.com/astral-sh/uv/pull/11196)) - Use explicit `_GLibCVersion` tuple in uv-python crate ([#​11122](https://redirect.github.com/astral-sh/uv/pull/11122)) ##### Documentation - Add Git SHA locking behavior to docs ([#​11125](https://redirect.github.com/astral-sh/uv/pull/11125)) - Add best-practice flags to `pip install` example in troubleshooting guide ([#​11194](https://redirect.github.com/astral-sh/uv/pull/11194)) - Set `VIRTUAL_ENV` in Jupyter kernels ([#​11155](https://redirect.github.com/astral-sh/uv/pull/11155)) - Add instructions for deactivating an environment ([#​11200](https://redirect.github.com/astral-sh/uv/pull/11200)) ### [`v0.5.26`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0526) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.5.25...0.5.26) ##### Enhancements - Add support for `uvx python` ([#​11076](https://redirect.github.com/astral-sh/uv/pull/11076)) - Allow `--no-dev --invert` in `uv tree` ([#​11068](https://redirect.github.com/astral-sh/uv/pull/11068)) - Update `uv python install --reinstall` to reinstall all previous versions ([#​11072](https://redirect.github.com/astral-sh/uv/pull/11072)) - Consistently write log messages with capitalized first word ([#​11111](https://redirect.github.com/astral-sh/uv/pull/11111)) - Suggest `--build-backend` when `--backend` is passed to `uv init` ([#​10958](https://redirect.github.com/astral-sh/uv/pull/10958)) - Improve retry trace message ([#​11108](https://redirect.github.com/astral-sh/uv/pull/11108)) ##### Performance - Remove unnecessary UTF-8 conversion in hash parsing ([#​11110](https://redirect.github.com/astral-sh/uv/pull/11110)) ##### Bug fixes - Ignore non-hash fragments in HTML API responses ([#​11107](https://redirect.github.com/astral-sh/uv/pull/11107)) - Avoid resolving symbolic links when querying Python interpreters ([#​11083](https://redirect.github.com/astral-sh/uv/pull/11083)) - Avoid sharing state between universal and non-universal resolves ([#​11051](https://redirect.github.com/astral-sh/uv/pull/11051)) - Error when `--script` is passing a non-PEP 723 script ([#​11118](https://redirect.github.com/astral-sh/uv/pull/11118)) - Make metadata deserialization failures non-fatal in the cache ([#​11105](https://redirect.github.com/astral-sh/uv/pull/11105)) - Mark metadata as dynamic when reading from built wheel cache ([#​11046](https://redirect.github.com/astral-sh/uv/pull/11046)) - Propagate credentials for `<index>/simple` to `<index>/...` endpoints ([#​11074](https://redirect.github.com/astral-sh/uv/pull/11074)) - Fix conflicting extra bug during `uv sync` ([#​11075](https://redirect.github.com/astral-sh/uv/pull/11075)) ##### Documentation - Add PyTorch XPU instructions to the PyTorch guide ([#​11109](https://redirect.github.com/astral-sh/uv/pull/11109)) - Add docs for signal handling ([#​11041](https://redirect.github.com/astral-sh/uv/pull/11041)) - Explain build frontend vs. build backend ([#​11094](https://redirect.github.com/astral-sh/uv/pull/11094)) - Fix formatting of `RUST_LOG` documentation ([#​10053](https://redirect.github.com/astral-sh/uv/pull/10053)) - Fix typo in `--no-deps` description ([#​11073](https://redirect.github.com/astral-sh/uv/pull/11073)) - Reflow CLI documentation comments ([#​11040](https://redirect.github.com/astral-sh/uv/pull/11040)) - Shorten "Using existing Python versions" nav item so it fits on one line ([#​11077](https://redirect.github.com/astral-sh/uv/pull/11077)) - Some minor touch-ups to the Python install guide ([#​11116](https://redirect.github.com/astral-sh/uv/pull/11116)) - Update Dependabot tracking issue link ([#​11054](https://redirect.github.com/astral-sh/uv/pull/11054)) - Update documentation for running in a container ([#​11052](https://redirect.github.com/astral-sh/uv/pull/11052)) - Upgrade PyTorch version in documentation ([#​11114](https://redirect.github.com/astral-sh/uv/pull/11114)) - Use `sys_platform` in lieu of `platform_system` in PyTorch docs ([#​11113](https://redirect.github.com/astral-sh/uv/pull/11113)) - Use positive (rather than negative) markers in PyTorch examples ([#​11112](https://redirect.github.com/astral-sh/uv/pull/11112)) - Fix unnecessary backslashes in brackets ([#​11059](https://redirect.github.com/astral-sh/uv/pull/11059)) - Suggest setting copy link mode in GitLab integration guide ([#​11067](https://redirect.github.com/astral-sh/uv/pull/11067)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 1am and before 3am every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/mysql-router-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information