mod: upgrade django to 5.2

This commit is contained in:
2026-04-09 14:46:49 +03:00
parent 35a681cce5
commit 18e32a2a0f
3 changed files with 11 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.12,<3.13"
Django = "^4.2"
Django = ">=5.2,<5.3"
django-filer = "^3.4"
easy-thumbnails = "^2.10"
django-taggit = "^6.1"