Skip to content

Commit 85b4129

Browse files
perf(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.27 (#381)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [ghcr.io/astral-sh/uv](https://redirect.github.com/astral-sh/uv) | final | patch | `0.9.26` → `0.9.27` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/astral-sh/uv/badge)](https://securityscorecards.dev/viewer/?uri=github.com/astral-sh/uv) | --- ### Release Notes <details> <summary>astral-sh/uv (ghcr.io/astral-sh/uv)</summary> ### [`v0.9.27`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0927) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.26...0.9.27) Released on 2026-01-26. ##### Python - Upgrade Pyodide to 0.29.2 ([#&#8203;17652](https://redirect.github.com/astral-sh/uv/pull/17652)) - Upgrade to GraalPy 25.0.2 ([#&#8203;17634](https://redirect.github.com/astral-sh/uv/pull/17634)) ##### Enhancements - Add `-t` shortform for `--target` to `uv pip` subcommands ([#&#8203;17501](https://redirect.github.com/astral-sh/uv/pull/17501)) - Add support for ROCm 7.0 and 7.1 accelerator backends ([#&#8203;17681](https://redirect.github.com/astral-sh/uv/pull/17681)) - Further improve free-threading ABI incompatibility errors ([#&#8203;17491](https://redirect.github.com/astral-sh/uv/pull/17491)) - Implement `uv pip freeze --exclude` flag ([#&#8203;17045](https://redirect.github.com/astral-sh/uv/pull/17045)) - Improve warnings for `--system` and `--no-system` in `uv venv` ([#&#8203;17647](https://redirect.github.com/astral-sh/uv/pull/17647)) - Make `uv pip compile` attempt to download a specified `--python-version` if it can. ([#&#8203;17249](https://redirect.github.com/astral-sh/uv/pull/17249)) - Support Trusted Publishing with pyx ([#&#8203;17438](https://redirect.github.com/astral-sh/uv/pull/17438)) - Fix JSON schema for `exclude-newer-package` ([#&#8203;17665](https://redirect.github.com/astral-sh/uv/pull/17665)) ##### Preview features - Better detection for conflicting packages ([#&#8203;17623](https://redirect.github.com/astral-sh/uv/pull/17623)) - Upgrade based on outdated build versions in `uv python upgrade` ([#&#8203;17653](https://redirect.github.com/astral-sh/uv/pull/17653)) ##### Bug fixes - Change chocolatey system test to ensure uv uses the right python ([#&#8203;17533](https://redirect.github.com/astral-sh/uv/pull/17533)) - Fix infinite loop when `SSL_CERT_FILE` is a directory ([#&#8203;17503](https://redirect.github.com/astral-sh/uv/pull/17503)) ##### Documentation - Add cargo-xwin to the CONTRIBUTING guide ([#&#8203;17507](https://redirect.github.com/astral-sh/uv/pull/17507)) - Fix typo in the documentation of UV\_PUBLISH\_INDEX ([#&#8203;17672](https://redirect.github.com/astral-sh/uv/pull/17672)) - Move MSRV to platform support section ([#&#8203;17534](https://redirect.github.com/astral-sh/uv/pull/17534)) - Update the testing instructions in the CONTRIBUTING guide ([#&#8203;17528](https://redirect.github.com/astral-sh/uv/pull/17528)) - Use `--locked` to install `cargo-xwin` in guide ([#&#8203;17530](https://redirect.github.com/astral-sh/uv/pull/17530)) - Warn about PyPy being unmaintained ([#&#8203;17643](https://redirect.github.com/astral-sh/uv/pull/17643)) - docs: Correct gitlab-ci.yml to .gitlab-ci.yml ([#&#8203;17682](https://redirect.github.com/astral-sh/uv/pull/17682)) ##### Other changes - Update MSRV to 1.91 ([#&#8203;17677](https://redirect.github.com/astral-sh/uv/pull/17677)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b3e5ce commit 85b4129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.14.2-alpine@sha256:7af51ebeb83610fb69d633d5c61a2efb87efa4caf66b598
22

33
FROM python AS builder
44

5-
COPY --from=ghcr.io/astral-sh/uv:0.9.26@sha256:9a23023be68b2ed09750ae636228e903a54a05ea56ed03a934d00fe9fbeded4b /uv /uvx /bin/
5+
COPY --from=ghcr.io/astral-sh/uv:0.9.27@sha256:143b40f4ab56a780f43377604702107b5a35f83a4453daf1e4be691358718a6a /uv /uvx /bin/
66

77
ENV UV_LINK_MODE=copy \
88
UV_COMPILE_BYTECODE=1 \

0 commit comments

Comments
 (0)