Skip to content

Commit 953887f

Browse files
build(deps): update python to v3.13.9 (#1748)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 450eafc commit 953887f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.7-alpine3.22
122+
container: python:3.13.9-alpine3.22
123123
services:
124124
db:
125125
image: mariadb:10.11.14-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.7-alpine3.22 AS build
5+
FROM python:3.13.9-alpine3.22 AS build
66

77
COPY --from=ghcr.io/astral-sh/uv:0.9.3 /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.7-alpine3.22
34+
FROM python:3.13.9-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.7"
10+
requires-python = "==3.13.9"
1111
dependencies = [
1212
"argon2-cffi==25.1.0",
1313
"authlib==1.6.5",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)