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

@ -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",