diff --git a/.github/actions/pre-commit-setup/action.yml b/.github/actions/pre-commit-setup/action.yml index 57025d2..3dbf29e 100644 --- a/.github/actions/pre-commit-setup/action.yml +++ b/.github/actions/pre-commit-setup/action.yml @@ -22,4 +22,4 @@ runs: python-version: '3.14' - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: - version: 0.11.32 + version: 0.12.1 diff --git a/Dockerfile b/Dockerfile index f41f555..ea9dc99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM ubuntu:26.04@sha256:3131b4cc82a783df6c9df078f86e01819a13594b865c2cad47bd1bc ARG TARGETARCH # renovate: datasource=github-releases depName=astral-sh/uv versioning=pep440 -ENV UV_VERSION=0.11.32 +ENV UV_VERSION=0.12.1 ENV PYVERSION=3.14 ENV UV_PYTHON_INSTALL_DIR=/opt/python ENV UV_CACHE_DIR=/tmp/.uv-cache