Django RESTFramework version to 3.16 (security update)

This commit is contained in:
Griatch
2025-11-19 20:29:00 +01:00
parent 267c1a0662
commit 7403621c45
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
## Main branch
- Security dependency updates: Django >5.2.8 (<5.3), Django RestFramework 3.16
- [Fix][pull3799]: Fix typo in `basic_tc.py` contrib for beginner tutorial (Tharic99)
- [Fix][pull3806]: EvMore wouldn't pass Session to next cmd when exiting (gas-public-wooden-clean)
- [Fix][pull3809]: Admin page - Repair link to Account button (UserlandAlchemist)

View File

@ -6,5 +6,5 @@
PYTHON_MIN = 3.11
PYTHON_MAX_TESTED = 3.13.100
TWISTED_MIN = 24.11
DJANGO_MIN = 5.1
DJANGO_MIN = 5.2.8
DJANGO_MAX_TESTED = 5.2.100

View File

@ -68,7 +68,7 @@ dependencies = [
"django >= 5.2.8, < 5.3",
"twisted >= 24.11.0, < 25",
"pytz >= 2022.6",
"djangorestframework >= 3.14, < 3.15",
"djangorestframework >= 3.16, < 3.17",
"pyyaml >= 6.0",
"django-filter == 2.4",
"django-sekizai == 2.0.0",
@ -78,6 +78,7 @@ dependencies = [
"simpleeval <= 1.0",
"uritemplate == 4.1.1",
"tzdata >= 2022.6",
"inflection == 0.5.1",
# for unit tests and code formatting
"mock >= 4.0.3",
"model_mommy >= 2.0",