Skip to content

Commit f64e7ca

Browse files
build(deps): update python to v3.13.6
1 parent 68cdbf9 commit f64e7ca

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
DB_ROOT_PASSWORD: "root-password"
5252
DB_PASSWORD: "user-password"
5353
DB_USER: citest
54-
container: python:3.13.5-alpine3.21
54+
container: python:3.13.6-alpine3.21
5555
services:
5656
db:
5757
image: mariadb:10.11.13-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.5-alpine3.22 AS build
5+
FROM python:3.13.6-alpine3.22 AS build
66
COPY --from=ghcr.io/astral-sh/uv:0.8.0 /uv /uvx /bin/
77

88
# dependencies for building Python packages
@@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2020
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
2121
uv sync --locked --no-editable --no-dev --compile-bytecode
2222

23-
FROM python:3.13.5-alpine3.22
23+
FROM python:3.13.6-alpine3.22
2424

2525
RUN apk upgrade --no-cache \
2626
# mysqlclient dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "db-management"
77
version = "0"
88
description = "DB Management for Opal's legacy databases"
99
readme = "README.md"
10-
requires-python = "==3.13.5"
10+
requires-python = "==3.13.6"
1111
dependencies = [
1212
"alembic==1.16.4",
1313
"mysqlclient==2.2.7",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)