chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.31 #63

Merged
cpressland merged 1 commit from renovate/ghcr.io-astral-sh-uv-0.x into master 2026-07-22 11:23:28 +01:00
Contributor

This PR contains the following updates:

Package Type Update Change
ghcr.io/astral-sh/uv stage patch 0.11.290.11.31

Release Notes

astral-sh/uv (ghcr.io/astral-sh/uv)

v0.11.31

Compare Source

Released on 2026-07-21.

Enhancements
  • Allow workspace sources to reference members in another workspace by path (#​18401)
  • Support .venv files containing paths to centralized project environments (#​20022)
  • Update bundled Windows timezone data to IANA 2026c (#​20554)
Preview features
  • Add an index-specific hash-algorithm setting for lockfile generation (#​20605)
Configuration
  • Add audit.malware-check and audit.malware-check-url settings (#​20587)
Performance
  • Avoid quadratic work when deduplicating transitive conflicts (#​20578)
Bug fixes
  • Suggest --emit-build-options for unsupported uv pip compile --emit-options (#​20582)
  • Reject source distributions and wheels with mismatched package names (#​20432)
  • Avoid retrying TLS certificate verification failures (#​16245)
  • Avoid warnings about uv_build settings for in-tree build backends (#​20153)

v0.11.30

Compare Source

Released on 2026-07-20.

Python
Preview features
  • Allow uv workspace metadata --sync to target the active virtual environment with --active (#​20500)
  • Reuse centralized project environments when workspaces are accessed through symlinks (#​20436)
Performance
  • Skip resolver candidates whose files are all excluded by exclude-newer (#​20460)
  • Limit parallel cache reads to reduce resolver scheduling and allocation overhead (#​20427)
  • Accelerate lockfile serialization with toml_writer (#​20450)
  • Compact cached Simple API distribution metadata and hashes (#​20463, #​20483)
  • Decode stale cache entries in a single blocking task (#​20486)
  • Decode cached payloads outside resolver workers (#​20464)
  • Cache resolver Python requirement markers (#​20461)
  • Reuse resolver fork markers while recording preferences (#​20462)
Bug fixes
  • Prevent skipped tar-wheel entries from causing unrelated files to be removed during uninstall (#​20429)
  • Preserve literal extends-environment paths in pyvenv.cfg on Unix (#​20466)
Documentation

Configuration

📅 Schedule: (UTC)

  • 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 PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/astral-sh/uv](https://github.com/astral-sh/uv) | stage | patch | `0.11.29` → `0.11.31` | --- ### Release Notes <details> <summary>astral-sh/uv (ghcr.io/astral-sh/uv)</summary> ### [`v0.11.31`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01131) [Compare Source](https://github.com/astral-sh/uv/compare/0.11.30...0.11.31) Released on 2026-07-21. ##### Enhancements - Allow workspace sources to reference members in another workspace by path ([#&#8203;18401](https://github.com/astral-sh/uv/pull/18401)) - Support `.venv` files containing paths to centralized project environments ([#&#8203;20022](https://github.com/astral-sh/uv/pull/20022)) - Update bundled Windows timezone data to IANA 2026c ([#&#8203;20554](https://github.com/astral-sh/uv/pull/20554)) ##### Preview features - Add an index-specific `hash-algorithm` setting for lockfile generation ([#&#8203;20605](https://github.com/astral-sh/uv/pull/20605)) ##### Configuration - Add `audit.malware-check` and `audit.malware-check-url` settings ([#&#8203;20587](https://github.com/astral-sh/uv/pull/20587)) ##### Performance - Avoid quadratic work when deduplicating transitive conflicts ([#&#8203;20578](https://github.com/astral-sh/uv/pull/20578)) ##### Bug fixes - Suggest `--emit-build-options` for unsupported `uv pip compile --emit-options` ([#&#8203;20582](https://github.com/astral-sh/uv/pull/20582)) - Reject source distributions and wheels with mismatched package names ([#&#8203;20432](https://github.com/astral-sh/uv/pull/20432)) - Avoid retrying TLS certificate verification failures ([#&#8203;16245](https://github.com/astral-sh/uv/pull/16245)) - Avoid warnings about `uv_build` settings for in-tree build backends ([#&#8203;20153](https://github.com/astral-sh/uv/pull/20153)) ### [`v0.11.30`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01130) [Compare Source](https://github.com/astral-sh/uv/compare/0.11.29...0.11.30) Released on 2026-07-20. ##### Python - Add CPython 3.15.0b4 ([#&#8203;20519](https://github.com/astral-sh/uv/pull/20519)) ##### Preview features - Allow `uv workspace metadata --sync` to target the active virtual environment with `--active` ([#&#8203;20500](https://github.com/astral-sh/uv/pull/20500)) - Reuse centralized project environments when workspaces are accessed through symlinks ([#&#8203;20436](https://github.com/astral-sh/uv/pull/20436)) ##### Performance - Skip resolver candidates whose files are all excluded by `exclude-newer` ([#&#8203;20460](https://github.com/astral-sh/uv/pull/20460)) - Limit parallel cache reads to reduce resolver scheduling and allocation overhead ([#&#8203;20427](https://github.com/astral-sh/uv/pull/20427)) - Accelerate lockfile serialization with `toml_writer` ([#&#8203;20450](https://github.com/astral-sh/uv/pull/20450)) - Compact cached Simple API distribution metadata and hashes ([#&#8203;20463](https://github.com/astral-sh/uv/pull/20463), [#&#8203;20483](https://github.com/astral-sh/uv/pull/20483)) - Decode stale cache entries in a single blocking task ([#&#8203;20486](https://github.com/astral-sh/uv/pull/20486)) - Decode cached payloads outside resolver workers ([#&#8203;20464](https://github.com/astral-sh/uv/pull/20464)) - Cache resolver Python requirement markers ([#&#8203;20461](https://github.com/astral-sh/uv/pull/20461)) - Reuse resolver fork markers while recording preferences ([#&#8203;20462](https://github.com/astral-sh/uv/pull/20462)) ##### Bug fixes - Prevent skipped tar-wheel entries from causing unrelated files to be removed during uninstall ([#&#8203;20429](https://github.com/astral-sh/uv/pull/20429)) - Preserve literal `extends-environment` paths in `pyvenv.cfg` on Unix ([#&#8203;20466](https://github.com/astral-sh/uv/pull/20466)) ##### Documentation - Add a contribution guide ([#&#8203;20511](https://github.com/astral-sh/uv/pull/20511), [#&#8203;20552](https://github.com/astral-sh/uv/pull/20552)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuNCIsInVwZGF0ZWRJblZlciI6IjQzLjI3Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate changed title from chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.30 to chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.31 2026-07-22 11:18:26 +01:00
renovate force-pushed renovate/ghcr.io-astral-sh-uv-0.x from b8cfa427fb to 4165d632df 2026-07-22 11:18:27 +01:00 Compare
cpressland deleted branch renovate/ghcr.io-astral-sh-uv-0.x 2026-07-22 11:23:28 +01:00
Sign in to join this conversation.
No description provided.