Skip to content

Commit 779dea3

Browse files
fix(deps): update all non-major dependencies
1 parent 476991d commit 779dea3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

frontend/Dockerfile.app

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### BUILDER IMAGE ###
22
# syntax=docker/dockerfile:1
3-
FROM python:3.12-slim AS BUILDER
3+
FROM python:3.13-slim AS BUILDER
44

55
# set environment variables
66
ENV LANG=C.UTF-8
@@ -23,7 +23,7 @@ COPY rctool/ ./rctool
2323
RUN pip install . --no-cache-dir
2424

2525
### APP IMAGE ###
26-
FROM python:3.12-slim AS APP
26+
FROM python:3.13-slim AS APP
2727
WORKDIR /app
2828

2929
# set environment variables

frontend/Dockerfile.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### BUILDER IMAGE ###
22
# syntax=docker/dockerfile:1
3-
FROM python:3.12-slim AS BUILDER
3+
FROM python:3.13-slim AS BUILDER
44
WORKDIR /app
55

66
# set environment variables

frontend/poetry.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.

frontend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
readme = "README.md"
99

1010
[tool.poetry.dependencies]
11-
python = ">=3.12,<3.13"
11+
python = ">=3.13,<3.14"
1212
django = "^5.0.3"
1313
scikit-learn = "^1.4.1"
1414
scipy = "^1.12.0"

0 commit comments

Comments
 (0)