From 02bd693f639cb0383d8eedbaaf8a47467b2577ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:34:37 +0000 Subject: [PATCH] chore(deps): bump djangorestframework from 3.17.1 to 3.17.2 in /backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.17.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.17.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 f3a19dc2..996db286 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ click-repl==0.3.0 colorama==0.4.6 Django==5.2.16 django-cors-headers==4.9.0 -djangorestframework==3.17.1 +djangorestframework==3.17.2 djangorestframework_simplejwt==5.5.1 kombu==5.6.2 packaging==25.0