Skip to content

Commit bef8fbe

Browse files
build(deps): update python to v3.14.2
1 parent d8459b9 commit bef8fbe

File tree

4 files changed

+485
-410
lines changed

4 files changed

+485
-410
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
DB_ROOT_PASSWORD: "root-password"
120120
DB_PASSWORD: "user-password"
121121
DB_USER: citest
122-
container: python:3.13.11-alpine3.22
122+
container: python:3.14.2-alpine3.22
123123
services:
124124
db:
125125
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.2-alpine3.22 AS build
66

77
COPY --from=ghcr.io/astral-sh/uv:0.9.22 /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.2-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)