bump django to 5.2

This commit is contained in:
Thomas Girod
2025-04-11 13:03:02 +02:00
parent f301365ebb
commit 64085ac2a4
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ authors = [
license = { text = "GPL-3.0-only" }
requires-python = "<4.0,>=3.12"
dependencies = [
"django<5.0.0,>=4.2.20",
"django<6.0.0,>=5.2.0",
"django-ninja<2.0.0,>=1.4.0",
"django-ninja-extra<1.0.0,>=0.22.9",
"Pillow<12.0.0,>=11.1.0",