diff --git a/.github/actions/pre-commit-setup/action.yml b/.github/actions/pre-commit-setup/action.yml index 44a8d6e..9b57624 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: - version: 0.11.16 + version: 0.11.17 diff --git a/Dockerfile b/Dockerfile index 93caf6b..26ef9de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM ubuntu:26.04@sha256:f3d28607ddd78734bb7f71f117f3c6706c666b8b76cbff7c9ff6e57 ARG TARGETARCH # renovate: datasource=github-releases depName=astral-sh/uv versioning=pep440 -ENV UV_VERSION=0.11.16 +ENV UV_VERSION=0.11.17 ENV PYVERSION=3.14 ENV UV_PYTHON_INSTALL_DIR=/opt/python ENV UV_CACHE_DIR=/tmp/.uv-cache