Skip to content

Commit 048baef

Browse files
fix(deps): update all dependencies
1 parent 72a30d7 commit 048baef

File tree

4 files changed

+397
-366
lines changed

4 files changed

+397
-366
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.5
1+
3.13.1

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# compile stage #
2-
FROM python:3.12.5-slim-bookworm
2+
FROM python:3.13.1-slim-bookworm
33

44
ENV POETRY_VIRTUALENVS_IN_PROJECT=true \
55
POETRY_NO_INTERACTION=1
@@ -13,7 +13,7 @@ COPY pyproject.toml poetry.lock ./
1313
RUN poetry export -f requirements.txt -o requirements.txt --without-hashes
1414

1515
# build stage #
16-
FROM python:3.12.5-slim-bookworm
16+
FROM python:3.13.1-slim-bookworm
1717

1818
WORKDIR /opt/app
1919

0 commit comments

Comments
 (0)