Skip to content

Commit

Permalink
chore: update python to 3.12 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
eikowagenknecht authored Oct 27, 2023
1 parent 26447b5 commit 5fd2890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye
FROM python:3.12-bullseye

# Tini (init): Add
ENV TINI_VERSION v0.19.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5fd2890

Please sign in to comment.