From d07f8abfba6f22790f8dd50613076b50dedfb380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 23:26:15 +0000 Subject: [PATCH] chore(deps): Bump djangorestframework from 3.15.2 to 3.17.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.2 to 3.17.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.15.2...3.17.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a8a822a5..9c99578b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ django-debug-toolbar==5.0.1 # Django REST Framework - for API endpoints # See: https://www.django-rest-framework.org/ -djangorestframework==3.15.2 +djangorestframework==3.17.2 # ----------------------------------------------------------------------------- # Image Processing