diff --git a/uv/Dockerfile b/uv/Dockerfile index 2ad9ca106c0..8684137f060 100644 --- a/uv/Dockerfile +++ b/uv/Dockerfile @@ -12,7 +12,7 @@ ARG PY_3_9=3.9.24 ARG PYENV_VERSION=v2.6.16 # This cannot be inlined below (e.g., COPY --from=...) because Dependabot does not support that syntax yet -FROM ghcr.io/astral-sh/uv:0.11.12 AS uv +FROM ghcr.io/astral-sh/uv:0.11.14 AS uv FROM ghcr.io/dependabot/dependabot-updater-core AS python-core ARG PY_3_14 diff --git a/uv/helpers/requirements.txt b/uv/helpers/requirements.txt index 8eea66362fc..63ff85aefc2 100644 --- a/uv/helpers/requirements.txt +++ b/uv/helpers/requirements.txt @@ -7,7 +7,7 @@ plette==2.2.1 poetry==1.8.5 # TODO: Replace 3p package `tomli` with 3.11's new stdlib `tomllib` once we drop support for Python 3.10. tomli==2.4.1 -uv==0.11.12 +uv==0.11.14 # Some dependencies will only install if Cython is present Cython==3.2.4