Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 591c883 commit ebcaac1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile.app
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### BUILDER IMAGE ###
# syntax=docker/dockerfile:1
FROM python:3.12-slim AS BUILDER
FROM python:3.13-slim AS BUILDER

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

### APP IMAGE ###
FROM python:3.12-slim AS APP
FROM python:3.13-slim AS APP
WORKDIR /app

# set environment variables
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.nginx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### BUILDER IMAGE ###
# syntax=docker/dockerfile:1
FROM python:3.12-slim AS BUILDER
FROM python:3.13-slim AS BUILDER
WORKDIR /app

# set environment variables
Expand Down
9 changes: 7 additions & 2 deletions frontend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.12,<3.13"
python = ">=3.13,<3.14"
django = "^5.0.3"
scikit-learn = "^1.4.1"
scipy = "^1.12.0"
Expand Down

0 comments on commit ebcaac1

Please sign in to comment.