chore(deps): update dependency uv to v0.9.30 #10

Merged
BjoernPetersen merged 1 commit from renovate/patch-uv into main 2026-02-05 16:37:18 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
uv patch 0.9.280.9.30

Release Notes

astral-sh/uv (uv)

v0.9.30

Compare Source

Released on 2026-02-04.

Python
Enhancements
  • Allow comma-separated values for --extra option (#​17525)
  • Check all files during a dry-run publish instead of stopping at the first failure (#​17785)
  • Clarify UV_HTTP_TIMEOUT error message (#​17493)
Preview features
  • Use relocatable virtual environments by default (#​17770)
Bug fixes
  • Fix deadlock on token refresh in uv publish when using pyx (#​17832)
  • Ignore global Python pins when incompatible with project (#​15473)

v0.9.29

Compare Source

Released on 2026-02-03.

Python
Enhancements
  • Add wheel-tag-style aliases for manylinux platform names (#​17750)
  • Hint on uv version --bump dev similar to pre-release bumps (#​17796)
  • Improve display of RFC 9457 Problem Detail responses in uv publish server errors (#​17787)
  • Improve the wording of publish errors during dry-run (#​17782)
  • Set backoff to 10 retries (#​17816)
  • Add properties to synthentic and project roots in Cyclone DX exports (#​17820)
  • Identify the invidividual clients in uv publish trace logs (#​17784)
Preview features
  • Remove special casing for base and default conda environment names (#​17758)
Bug fixes
  • Fix PYTHONHOME inheritance when spawning different Python versions (#​17821)
  • Fix wheel rejections on freethreading+debug builds (#​17812)
  • Pad with zeros during comparisons in EqualStar and NotEqualStar operators (#​17751)
  • Reject unknown field names in conflict declarations (#​17727)
  • Fix panics in system-configuration in sandboxes (#​17829)
Documentation
  • Update pip pre-release compatibility information (#​17788)
Security
  • Hide a subset of environment variable values in --help (#​17745)

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 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [uv](https://github.com/astral-sh/uv) | patch | `0.9.28` → `0.9.30` | --- ### Release Notes <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.9.30`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0930) [Compare Source](https://github.com/astral-sh/uv/compare/0.9.29...0.9.30) Released on 2026-02-04. ##### Python - Add CPython 3.14.3 and 3.13.12 ([#&#8203;17849](https://github.com/astral-sh/uv/pull/17849)) ##### Enhancements - Allow comma-separated values for `--extra` option ([#&#8203;17525](https://github.com/astral-sh/uv/pull/17525)) - Check all files during a dry-run publish instead of stopping at the first failure ([#&#8203;17785](https://github.com/astral-sh/uv/pull/17785)) - Clarify `UV_HTTP_TIMEOUT` error message ([#&#8203;17493](https://github.com/astral-sh/uv/pull/17493)) ##### Preview features - Use relocatable virtual environments by default ([#&#8203;17770](https://github.com/astral-sh/uv/pull/17770)) ##### Bug fixes - Fix deadlock on token refresh in `uv publish` when using pyx ([#&#8203;17832](https://github.com/astral-sh/uv/pull/17832)) - Ignore global Python pins when incompatible with project ([#&#8203;15473](https://github.com/astral-sh/uv/pull/15473)) ### [`v0.9.29`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0929) [Compare Source](https://github.com/astral-sh/uv/compare/0.9.28...0.9.29) Released on 2026-02-03. ##### Python - Update to Pyodide 0.29.3 ([#&#8203;17730](https://github.com/astral-sh/uv/pull/17730)) ##### Enhancements - Add wheel-tag-style aliases for manylinux platform names ([#&#8203;17750](https://github.com/astral-sh/uv/pull/17750)) - Hint on `uv version --bump dev` similar to pre-release bumps ([#&#8203;17796](https://github.com/astral-sh/uv/pull/17796)) - Improve display of RFC 9457 Problem Detail responses in `uv publish` server errors ([#&#8203;17787](https://github.com/astral-sh/uv/pull/17787)) - Improve the wording of publish errors during dry-run ([#&#8203;17782](https://github.com/astral-sh/uv/pull/17782)) - Set backoff to 10 retries ([#&#8203;17816](https://github.com/astral-sh/uv/pull/17816)) - Add properties to synthentic and project roots in Cyclone DX exports ([#&#8203;17820](https://github.com/astral-sh/uv/pull/17820)) - Identify the invidividual clients in `uv publish` trace logs ([#&#8203;17784](https://github.com/astral-sh/uv/pull/17784)) ##### Preview features - Remove special casing for `base` and `default` conda environment names ([#&#8203;17758](https://github.com/astral-sh/uv/pull/17758)) ##### Bug fixes - Fix `PYTHONHOME` inheritance when spawning different Python versions ([#&#8203;17821](https://github.com/astral-sh/uv/pull/17821)) - Fix wheel rejections on freethreading+debug builds ([#&#8203;17812](https://github.com/astral-sh/uv/pull/17812)) - Pad with zeros during comparisons in `EqualStar` and `NotEqualStar` operators ([#&#8203;17751](https://github.com/astral-sh/uv/pull/17751)) - Reject unknown field names in conflict declarations ([#&#8203;17727](https://github.com/astral-sh/uv/pull/17727)) - Fix panics in `system-configuration` in sandboxes ([#&#8203;17829](https://github.com/astral-sh/uv/pull/17829)) ##### Documentation - Update pip pre-release compatibility information ([#&#8203;17788](https://github.com/astral-sh/uv/pull/17788)) ##### Security - Hide a subset of environment variable values in `--help` ([#&#8203;17745](https://github.com/astral-sh/uv/pull/17745)) </details> --- ### 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 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjUiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency uv to v0.9.30
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
72aa8fd70f
BjoernPetersen deleted branch renovate/patch-uv 2026-02-05 16:37:18 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BjoernPetersen/bs-nats-updater!10
No description provided.