diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 538daa3230..45903c9916 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest env: PYTHON_VERSION: '3.13' # renovate: datasource=python-version depName=python - UV_VERSION: 0.5.16 # renovate: datasource=pypi depName=uv + UV_VERSION: 0.5.17 # renovate: datasource=pypi depName=uv steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 930b8c07cc..90c055aebc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest env: PYTHON_VERSION: '3.13' # renovate: datasource=python-version depName=python - UV_VERSION: 0.5.16 # renovate: datasource=pypi depName=uv + UV_VERSION: 0.5.17 # renovate: datasource=pypi depName=uv steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ebdf02a065..713e170ecf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref || github.run_id }} cancel-in-progress: true env: - UV_VERSION: 0.5.16 # renovate: datasource=pypi depName=uv + UV_VERSION: 0.5.17 # renovate: datasource=pypi depName=uv jobs: check-lockfile-status: name: Check Lockfile Status diff --git a/Dockerfile b/Dockerfile index f5a420cd75..062fedff8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/var/cache/apk \ openssl-dev \ unzip -COPY --from=ghcr.io/astral-sh/uv:0.5.16@sha256:feebeb26b63566bb53d53031dee5497e49a0aa66feffd33aabe2e98307c72f6d /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.5.17@sha256:9717ecdb1c2fd58eee3fcfd6e2008413a392f31294857500ea4869c87a16d601 /uv /uvx /bin/ ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy WORKDIR /flexget RUN --mount=type=cache,target=/root/.cache/uv \