From 21623e4455c50a560a67e3a64e2c28ab4b140be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:02:48 -0800 Subject: [PATCH] docker(deps): Bump astral-sh/uv from 0.9.29-python3.12-trixie-slim to 0.10.0-python3.12-trixie-slim (#12019) * docker(deps): Bump astral-sh/uv Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.9.29-python3.12-trixie-slim to 0.10.0-python3.12-trixie-slim. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.9.29...0.10.0) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.10.0-python3.12-trixie-slim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update DEFAULT_UV_VERSION to 0.10.x --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-backend.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index dae96aab5..a4ffa06dc 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -23,7 +23,7 @@ concurrency: group: backend-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true env: - DEFAULT_UV_VERSION: "0.9.x" + DEFAULT_UV_VERSION: "0.10.x" NLTK_DATA: "/usr/share/nltk_data" jobs: test: diff --git a/Dockerfile b/Dockerfile index a92614b0d..d8c87a812 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN set -eux \ # Purpose: Installs s6-overlay and rootfs # Comments: # - Don't leave anything extra in here either -FROM ghcr.io/astral-sh/uv:0.9.29-python3.12-trixie-slim AS s6-overlay-base +FROM ghcr.io/astral-sh/uv:0.10.0-python3.12-trixie-slim AS s6-overlay-base WORKDIR /usr/src/s6