Skip to content

Commit 373e959

Browse files
build(deps): update python
1 parent 9144b89 commit 373e959

4 files changed

Lines changed: 483 additions & 409 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
DB_ROOT_PASSWORD: "root-password"
123123
DB_PASSWORD: "user-password"
124124
DB_USER: citest
125-
container: python:3.13.11-alpine3.22
125+
container: python:3.14.3-alpine3.22
126126
services:
127127
db:
128128
image: mariadb:10.11.15-jammy

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
FROM python:3.13.11-alpine3.22 AS build
5+
FROM python:3.14.3-alpine3.22 AS build
66

77
COPY --from=ghcr.io/astral-sh/uv:0.9.29 /uv /uvx /bin/
88

@@ -31,7 +31,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
3131
fi
3232

3333

34-
FROM python:3.13.11-alpine3.22
34+
FROM python:3.14.3-alpine3.22
3535

3636
RUN apk upgrade --no-cache \
3737
# mysqlclient runtime dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "admin"
77
version = "0"
88
description = "New administrative web application used to configure Opal and its content"
99
readme = "README.md"
10-
requires-python = "==3.13.11"
10+
requires-python = "==3.14.2"
1111
dependencies = [
1212
"argon2-cffi==25.1.0",
1313
"authlib==1.6.6",

0 commit comments

Comments
 (0)