From 51f7e6a57aad6ba7d25a21a07680431928c1f951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 00:16:05 +0000 Subject: [PATCH] Bump djangorestframework from 3.17.1 to 3.17.2 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79a1017c..467a8ea9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==6.0.4 psycopg[binary]==3.2.3 -djangorestframework==3.17.1 +djangorestframework==3.17.2 markdown==3.1.1 django-filter==24.3 django-rest-multiple-models==2.1.3