From 075e07255a2d5a1271e7a4402791310b2ddc2b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 23:12:29 +0000 Subject: [PATCH] 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 32ba6983..2543cbc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ defusedxml==0.7.1 PyYAML==6.0.2 requests==2.33.0 colorama==0.4.6 -djangorestframework==3.15.2 +djangorestframework==3.17.2 djangorestframework-api-key==3.0.0 django-filter==25.1 humanize==4.12.1