Skip to content

Commit fe0e25a

Browse files
Update dependency astral-sh/uv to v0.11.17 (#5071)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/uv](https://redirect.github.com/astral-sh/uv) | uses-with | patch | `0.11.16` → `0.11.17` | --- ### Release Notes <details> <summary>astral-sh/uv (astral-sh/uv)</summary> ### [`v0.11.17`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01117) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.16...0.11.17) Released on 2026-05-28. ##### Enhancements - Add a diagnostic for `uv add` with standard library modules ([#&#8203;19572](https://redirect.github.com/astral-sh/uv/pull/19572)) - Expose `uv workspace` and its `list` subcommand in help output ([#&#8203;19533](https://redirect.github.com/astral-sh/uv/pull/19533)) - Improve the "403 forbidden" hint to suggest `ignore-error-codes` when applicable ([#&#8203;19521](https://redirect.github.com/astral-sh/uv/pull/19521)) - Skip direct URL lock freshness checks while offline ([#&#8203;19596](https://redirect.github.com/astral-sh/uv/pull/19596)) - Add `import-names` and `import-namespaces` support to `uv-build` ([PEP 794](https://peps.python.org/pep-0794/)) ([#&#8203;19380](https://redirect.github.com/astral-sh/uv/pull/19380)) - Add a `--no-editable-package` flag to various commands ([#&#8203;19584](https://redirect.github.com/astral-sh/uv/pull/19584)) - Infer Python version requests from source trees in `uv tool` invocations ([#&#8203;19577](https://redirect.github.com/astral-sh/uv/pull/19577)) ##### Preview features - Add module owners to `uv workspace metadata` ([#&#8203;19122](https://redirect.github.com/astral-sh/uv/pull/19122)) - Do not allow `uv venv --clear` to remove non-virtual environments ([#&#8203;19595](https://redirect.github.com/astral-sh/uv/pull/19595)) ##### Bug fixes - Improve the performance of large entries in `tool.uv.conflicts` ([#&#8203;19538](https://redirect.github.com/astral-sh/uv/pull/19538)) - Avoid modifying the parent process' env with `--env-file` in `uv run` ([#&#8203;19567](https://redirect.github.com/astral-sh/uv/pull/19567)) - Fix script environment creation for scripts with long filenames ([#&#8203;19539](https://redirect.github.com/astral-sh/uv/pull/19539)) - Fix transitive Git archive dependencies in lockfiles ([#&#8203;19589](https://redirect.github.com/astral-sh/uv/pull/19589)) - Preserve Git repository URLs in direct URL metadata ([#&#8203;19590](https://redirect.github.com/astral-sh/uv/pull/19590)) - Support redirects in `--check-url` ([#&#8203;19594](https://redirect.github.com/astral-sh/uv/pull/19594)) - Accept case-insensitive HTML tags in `--find-links` parsing ([#&#8203;19537](https://redirect.github.com/astral-sh/uv/pull/19537)) - Reject duplicate script metadata blocks ([#&#8203;19544](https://redirect.github.com/astral-sh/uv/pull/19544)) - Ban names like "python3" as script entry points ([#&#8203;19535](https://redirect.github.com/astral-sh/uv/pull/19535), [#&#8203;19536](https://redirect.github.com/astral-sh/uv/pull/19536)) - Validate Git LFS artifacts for Git archives ([#&#8203;19592](https://redirect.github.com/astral-sh/uv/pull/19592)) - Use a relative path when creating symlinks in cache to improve relocatability ([#&#8203;19033](https://redirect.github.com/astral-sh/uv/pull/19033)) ##### Documentation - Fix malformed positional anchors in the CLI reference ([#&#8203;19575](https://redirect.github.com/astral-sh/uv/pull/19575)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "after 18:00 on Friday" - 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/RedHatQE/openshift-virtualization-tests). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b33668 commit fe0e25a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/component-builder-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install uv
3939
uses: astral-sh/setup-uv@v8.1.0
4040
with:
41-
version: "0.11.16"
41+
version: "0.11.17"
4242
- name: Create VM
4343
working-directory: ./containers/fedora
4444
env:

.github/workflows/component-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install uv
3737
uses: astral-sh/setup-uv@v8.1.0
3838
with:
39-
version: "0.11.16"
39+
version: "0.11.17"
4040
- name: Create VM
4141
working-directory: ./containers/fedora
4242
env:

0 commit comments

Comments
 (0)