Skip to content

Commit 5abfa4c

Browse files
ci(deps): update dependency astral-sh/uv to v0.10.10 (#4155)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/uv](https://redirect.github.com/astral-sh/uv) | uses-with | patch | `0.10.9` → `0.10.10` | --- ### Release Notes <details> <summary>astral-sh/uv (astral-sh/uv)</summary> ### [`v0.10.10`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#01010) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.10.9...0.10.10) Released on 2026-03-13. ##### Python - Add CPython 3.15.0a7 ([#&#8203;18403](https://redirect.github.com/astral-sh/uv/pull/18403)) ##### Enhancements - Add `--outdated` flag to `uv tool list` ([#&#8203;18318](https://redirect.github.com/astral-sh/uv/pull/18318)) - Add riscv64 musl target to build-release-binaries workflow ([#&#8203;18228](https://redirect.github.com/astral-sh/uv/pull/18228)) - Fetch Ruff from an Astral mirror ([#&#8203;18286](https://redirect.github.com/astral-sh/uv/pull/18286)) - Improve error handling for platform detection in Python downloads ([#&#8203;18453](https://redirect.github.com/astral-sh/uv/pull/18453)) - Warn if `--project` directory does not exist ([#&#8203;17714](https://redirect.github.com/astral-sh/uv/pull/17714)) - Warn when workspace member scripts are skipped due to missing build system ([#&#8203;18389](https://redirect.github.com/astral-sh/uv/pull/18389)) - Update build backend versions used in `uv init` ([#&#8203;18417](https://redirect.github.com/astral-sh/uv/pull/18417)) - Log explicit config file path in verbose output ([#&#8203;18353](https://redirect.github.com/astral-sh/uv/pull/18353)) - Make `uv cache clear` an alias of `uv cache clean` ([#&#8203;18420](https://redirect.github.com/astral-sh/uv/pull/18420)) - Reject invalid classifiers, warn on license classifiers in `uv_build` ([#&#8203;18419](https://redirect.github.com/astral-sh/uv/pull/18419)) ##### Preview features - Add links to `uv audit` output ([#&#8203;18392](https://redirect.github.com/astral-sh/uv/pull/18392)) - Output/report formatting for `uv audit` ([#&#8203;18193](https://redirect.github.com/astral-sh/uv/pull/18193)) - Switch to batched OSV queries for `uv audit` ([#&#8203;18394](https://redirect.github.com/astral-sh/uv/pull/18394)) ##### Bug fixes - Avoid sharing version metadata across indexes ([#&#8203;18373](https://redirect.github.com/astral-sh/uv/pull/18373)) - Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels on Windows ([#&#8203;18362](https://redirect.github.com/astral-sh/uv/pull/18362)) - Filter out unsupported environment wheels ([#&#8203;18445](https://redirect.github.com/astral-sh/uv/pull/18445)) - Preserve absolute/relative paths in lockfiles ([#&#8203;18176](https://redirect.github.com/astral-sh/uv/pull/18176)) - Recreate Python environments under `uv tool install --force` ([#&#8203;18399](https://redirect.github.com/astral-sh/uv/pull/18399)) - Respect timestamp and other cache keys in cached environments ([#&#8203;18396](https://redirect.github.com/astral-sh/uv/pull/18396)) - Simplify selected extra markers in `uv export` ([#&#8203;18433](https://redirect.github.com/astral-sh/uv/pull/18433)) - Send pyx mint-token requests with a proper `Content-Type` ([#&#8203;18334](https://redirect.github.com/astral-sh/uv/pull/18334)) - Fix Windows operating system and version reporting ([#&#8203;18383](https://redirect.github.com/astral-sh/uv/pull/18383)) ##### Documentation - Update the platform support policy with a tier 3 section including freebsd and 32-bit windows ([#&#8203;18345](https://redirect.github.com/astral-sh/uv/pull/18345)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 18:00 on Friday" (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/RedHatQE/openshift-virtualization-tests). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c5e6d4 commit 5abfa4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v7
4040
with:
41-
version: "0.10.9"
41+
version: "0.10.10"
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@v7
3838
with:
39-
version: "0.10.9"
39+
version: "0.10.10"
4040
- name: Create VM
4141
working-directory: ./containers/fedora
4242
env:

0 commit comments

Comments
 (0)