update mistune

This commit is contained in:
thomas girod
2024-07-01 17:33:05 +02:00
parent 8bcf59aaf0
commit 3c2dcfbfa2
6 changed files with 278 additions and 312 deletions

View File

@ -20,10 +20,10 @@ homepage = "https://ae.utbm.fr/"
license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.10,<3.12" # Version is held back by mistune
python = "^3.10"
Django = "^4.2.13"
Pillow = "^10.4.0"
mistune = "^0.8.4"
mistune = "^3.0.2"
django-jinja = "^2.11"
cryptography = "^42.0.8"
pytz = "^2021.1"