Skip to content

Commit

Permalink
chore(deps/api): use python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Oct 30, 2023
1 parent 278a526 commit 04412c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.12

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0-or-later"
readme = "../README.md"

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.12"
django = "^4.2.6"
django-environ = "^0.9.0"
psycopg2-binary = "^2.9.9"
Expand Down

0 comments on commit 04412c0

Please sign in to comment.