diff --git a/Dockerfile b/Dockerfile index 0d2afd72..e51ea564 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-bullseye +FROM python:3.12-bullseye # Tini (init): Add ENV TINI_VERSION v0.19.0 diff --git a/pyproject.toml b/pyproject.toml index 560c5f1a..98b305c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ lootscraper = 'lootscraper.main:main' "Bug Tracker" = "https://github.com/eikowagenknecht/lootscraper/issues" [tool.poetry.dependencies] -python = "^3.11.1" +python = "^3.12.0" alembic = "^1.12.1" feedgen = "^0.9.0" humanize = "^4.8.0"