update django to 4.2

This commit is contained in:
thomas girod
2024-06-26 11:24:09 +02:00
parent 5bcf043d97
commit 507080f75e
2 changed files with 21 additions and 10 deletions

View File

@ -21,7 +21,7 @@ license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.10,<3.12" # Version is held back by mistune
Django = "^3.2"
Django = "^4.2.13"
Pillow = "^9.2"
mistune = "^0.8.4"
django-jinja = "^2.10"