Update Python version and dependencies in Dockerfile and pyproject.toml

This commit is contained in:
swve 2024-02-21 16:52:56 +01:00
parent 05c520b740
commit d8da7f6fd8
4 changed files with 544 additions and 543 deletions

View file

@ -1,5 +1,5 @@
#
FROM python:3.11
FROM python:3.12
# poetry
RUN pip install poetry