Update to Django 6.0.2

This commit is contained in:
Griatch 2026-02-14 17:41:50 +01:00
parent 4ab0fdeee8
commit d6c7c197bc
6 changed files with 20 additions and 21 deletions

View file

@ -65,7 +65,7 @@ classifiers = [
dependencies = [
# core dependencies
"legacy-cgi;python_version >= '3.13'",
"django >= 5.2.8, < 5.3",
"django >= 6.0.2, < 6.1",
"twisted >= 24.11.0, < 25",
"pytz >= 2022.6",
"djangorestframework >= 3.16, < 3.17",