From 1c7bf79fdfb659cbcdd7dae5f4217ab66dd97cf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:13:39 +0000 Subject: [PATCH] Update dependency djangorestframework to v3.17.1 --- django-starter/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-starter/Pipfile b/django-starter/Pipfile index e680cc4d..27617e34 100644 --- a/django-starter/Pipfile +++ b/django-starter/Pipfile @@ -60,7 +60,7 @@ boto3 = "==1.18.44" django-anymail = "==8.4" graphene-django = "==2.15.0" # DRF -djangorestframework = "==3.12.4" +djangorestframework = "==3.17.1" djangorestframework-simplejwt = "==4.8.0" djangorestframework-camel-case = "==1.2.0" djoser = "==2.1.0"