Skip to content

Commit 00470a0

Browse files
perf(deps): update ghcr.io/astral-sh/uv docker tag to v0.11.9 (#557)
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.11.8` → `0.11.9` | [![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.11.9`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0119) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.11.8...0.11.9) Released on 2026-05-04. This release includes a special release candidate for the next Python 3.14 patch release. Python 3.14 included a new garbage collection implementation, which reduced pause times but caused significant unexpected memory pressure in production environments. In 3.14.5 and 3.15, the previous garbage collection implementation will be restored. We would greatly appreciate if you tested the 3.14.5rc1 version included in this release. The stable version is expected to be released soon and any feedback on potential issues would be helpful to the Python development team. For more context, see the [announcement](https://discuss.python.org/t/reverting-the-incremental-gc-in-python-3-14-and-3-15/107014), [issue](https://redirect.github.com/python/cpython/issues/148726), and [pull request](https://redirect.github.com/python/cpython/pull/148720). Issues with the new release can be reported in the uv or CPython issue trackers. ##### Python - Upgrade PyPy to v7.3.22 - Add CPython 3.14.5rc1 - On macOS, CPython statically links `libpython` to match Linux ##### Enhancements - Omit compatible release desugaring for pre-release hints ([#&#8203;19267](https://redirect.github.com/astral-sh/uv/pull/19267)) - Fix file locks on Android ([#&#8203;18323](https://redirect.github.com/astral-sh/uv/pull/18323)) ##### Preview - `uv audit` add reporting for adverse project statuses ([#&#8203;19128](https://redirect.github.com/astral-sh/uv/pull/19128)) ##### Bug fixes - Discover versioned Python executables when `requires-python` pins a version ([#&#8203;18700](https://redirect.github.com/astral-sh/uv/pull/18700)) - Fix URL prefix matching to require path boundaries ([#&#8203;19154](https://redirect.github.com/astral-sh/uv/pull/19154)) - Fix transitive Git path dependencies in lockfiles ([#&#8203;19269](https://redirect.github.com/astral-sh/uv/pull/19269)) - Handle incorrect unlock error in `LockedFile::drop` on Wine ([#&#8203;19229](https://redirect.github.com/astral-sh/uv/pull/19229)) - Prevent uninstalling site-packages for empty `top_level.txt` in `.egg-info` ([#&#8203;19114](https://redirect.github.com/astral-sh/uv/pull/19114)) - Use symlinks instead of junctions on Wine ([#&#8203;19213](https://redirect.github.com/astral-sh/uv/pull/19213)) - Fix floating-point environment handling on ARMv7 ([#&#8203;19157](https://redirect.github.com/astral-sh/uv/pull/19157)) - Redact credentials from remote requirements URL in offline errors ([#&#8203;19216](https://redirect.github.com/astral-sh/uv/pull/19216)) - Windows tramplolines no longer set `PYTHONHOME` and only set `__PYVENV_LAUNCHER__` for virtual environments ([#&#8203;19199](https://redirect.github.com/astral-sh/uv/pull/19199)) ##### Documentation - Mark `--native-tls` and `UV_NATIVE_TLS` as deprecated ([#&#8203;18705](https://redirect.github.com/astral-sh/uv/pull/18705)) - Re-add `pytorch-triton-rocm` to PyTorch ROCm docs ([#&#8203;19241](https://redirect.github.com/astral-sh/uv/pull/19241)) - Tweak changelog entries for 0.11.8 ([#&#8203;19188](https://redirect.github.com/astral-sh/uv/pull/19188)) - Add 'Exporting lockfiles' to the Concepts->Projects index ([#&#8203;19209](https://redirect.github.com/astral-sh/uv/pull/19209)) - Clarify that `uv init` creates git files / folders in the projects guide ([#&#8203;19183](https://redirect.github.com/astral-sh/uv/pull/19183)) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Dublin) - Branch creation - At any time (no schedule defined) - Automerge - Only on Sunday and Saturday (`* * * * 0,6`) 🚦 **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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d45326 commit 00470a0

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.4-alpine@sha256:dd4d2bd5b53d9b25a51da13addf2be586beebd5387e289e
22

33
FROM python AS builder
44

5-
COPY --from=ghcr.io/astral-sh/uv:0.11.8@sha256:3b7b60a81d3c57ef471703e5c83fd4aaa33abcd403596fb22ab07db85ae91347 /uv /uvx /bin/
5+
COPY --from=ghcr.io/astral-sh/uv:0.11.9@sha256:6b6fa841d71a48fbc9e2c55651c5ad570e01104d7a7d701f57b2b22c0f58e9b1 /uv /uvx /bin/
66

77
ENV UV_LINK_MODE=copy \
88
UV_COMPILE_BYTECODE=1 \

0 commit comments

Comments
 (0)