Skip to content

Commit 111545e

Browse files
perf(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.16 (#316)
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.15` -> `0.9.16` | [![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.16`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0916) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.15...0.9.16) Released on 2025-12-06. ##### Python - Add CPython 3.14.2 - Add CPython 3.13.11 ##### Enhancements - Add a 5m default timeout to acquiring file locks to fail faster on deadlock ([#&#8203;16342](https://redirect.github.com/astral-sh/uv/pull/16342)) - Add a stub `debug` subcommand to `uv pip` announcing its intentional absence ([#&#8203;16966](https://redirect.github.com/astral-sh/uv/pull/16966)) - Add bounds in `uv add --script` ([#&#8203;16954](https://redirect.github.com/astral-sh/uv/pull/16954)) - Add brew specific message for `uv self update` ([#&#8203;16838](https://redirect.github.com/astral-sh/uv/pull/16838)) - Error when built wheel is for the wrong platform ([#&#8203;16074](https://redirect.github.com/astral-sh/uv/pull/16074)) - Filter wheels from PEP 751 files based on `--no-binary` et al in `uv pip compile` ([#&#8203;16956](https://redirect.github.com/astral-sh/uv/pull/16956)) - Support `--target` and `--prefix` in `uv pip list`, `uv pip freeze`, and `uv pip show` ([#&#8203;16955](https://redirect.github.com/astral-sh/uv/pull/16955)) - Tweak language for build backend validation errors ([#&#8203;16720](https://redirect.github.com/astral-sh/uv/pull/16720)) - Use explicit credentials cache instead of global static ([#&#8203;16768](https://redirect.github.com/astral-sh/uv/pull/16768)) - Enable SIMD in HTML parsing ([#&#8203;17010](https://redirect.github.com/astral-sh/uv/pull/17010)) ##### Preview features - Fix missing preview warning in `uv workspace metadata` ([#&#8203;16988](https://redirect.github.com/astral-sh/uv/pull/16988)) - Add a `uv auth helper --protocol bazel` command ([#&#8203;16886](https://redirect.github.com/astral-sh/uv/pull/16886)) ##### Bug fixes - Fix Pyston wheel compatibility tags ([#&#8203;16972](https://redirect.github.com/astral-sh/uv/pull/16972)) - Allow redundant entries in `tool.uv.build-backend.module-name` but emit warnings ([#&#8203;16928](https://redirect.github.com/astral-sh/uv/pull/16928)) - Fix infinite loop in non-attribute re-treats during HTML parsing ([#&#8203;17010](https://redirect.github.com/astral-sh/uv/pull/17010)) ##### Documentation - Clarify `--project` flag help text to indicate project discovery ([#&#8203;16965](https://redirect.github.com/astral-sh/uv/pull/16965)) - Regenerate the crates.io READMEs on release ([#&#8203;16992](https://redirect.github.com/astral-sh/uv/pull/16992)) - Update Docker integration guide to prefer `COPY` over `ADD` for simple cases ([#&#8203;16883](https://redirect.github.com/astral-sh/uv/pull/16883)) - Update PyTorch documentation to include information about supporting CUDA 13.0.x ([#&#8203;16957](https://redirect.github.com/astral-sh/uv/pull/16957)) - Update the versioning policy ([#&#8203;16710](https://redirect.github.com/astral-sh/uv/pull/16710)) - Upgrade PyTorch documentation to latest versions ([#&#8203;16970](https://redirect.github.com/astral-sh/uv/pull/16970)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e7db6c commit 111545e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

33
FROM python AS builder
44

5-
COPY --from=ghcr.io/astral-sh/uv:0.9.15@sha256:4c1ad814fe658851f50ff95ecd6948673fffddb0d7994bdb019dcb58227abd52 /uv /uvx /bin/
5+
COPY --from=ghcr.io/astral-sh/uv:0.9.16@sha256:ae9ff79d095a61faf534a882ad6378e8159d2ce322691153d68d2afac7422840 /uv /uvx /bin/
66

77
ENV UV_LINK_MODE=copy \
88
UV_COMPILE_BYTECODE=1 \

0 commit comments

Comments
 (0)