From 22c012eae739e2258647ac0f028956d60f1a860e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:09:12 +0000 Subject: [PATCH] chore(deps): bump djangorestframework from 3.16.1 to 3.17.2 in /backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.16.1 to 3.17.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.16.1...3.17.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6c9082498..2f5276f7a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,7 +23,7 @@ Django==5.2.17 django-allauth==65.7.0 django-cors-headers==4.9.0 django-rq==3.1 -djangorestframework==3.16.1 +djangorestframework==3.17.2 djangorestframework-camel-case==1.4.2 freezegun==1.5.1 graphene==3.2.1