Fix CVE-2023-31047

This commit is contained in:
2024-06-22 21:16:42 +02:00
parent e681c17a0f
commit e1bf7caa9a
3 changed files with 30 additions and 6 deletions

View File

@ -20,7 +20,7 @@ homepage = "https://ae.utbm.fr/"
license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.10,<3.12"
python = "^3.10,<3.12" # Version is held back by mistune
Django = "^3.2"
Pillow = "^9.2"
mistune = "^0.8.4"