diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a500eb5..46dcfe53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: DB_ROOT_PASSWORD: "root-password" DB_PASSWORD: "user-password" DB_USER: citest - container: python:3.13.11-alpine3.22 + container: python:3.13.12-alpine3.22 services: db: image: mariadb:10.11.15-jammy diff --git a/Dockerfile b/Dockerfile index 6da9a753..9d13f325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0-or-later -FROM python:3.13.11-alpine3.22 AS build +FROM python:3.13.12-alpine3.22 AS build COPY --from=ghcr.io/astral-sh/uv:0.9.29 /uv /uvx /bin/ @@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ fi -FROM python:3.13.11-alpine3.22 +FROM python:3.13.12-alpine3.22 RUN apk upgrade --no-cache \ # mysqlclient runtime dependencies diff --git a/pyproject.toml b/pyproject.toml index 35f2eaab..656f356c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "admin" version = "0" description = "New administrative web application used to configure Opal and its content" readme = "README.md" -requires-python = "==3.13.11" +requires-python = "==3.13.12" dependencies = [ "argon2-cffi==25.1.0", "authlib==1.6.6", diff --git a/uv.lock b/uv.lock index 796bc2aa..12a90120 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 3 -requires-python = "==3.13.11" +requires-python = "==3.13.12" [[package]] name = "admin"