From de6002c6426f305e21b722afafa5f7a0bd83e027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:14:00 +0000 Subject: [PATCH] Update djangorestframework requirement from >=3.12 to >=3.17.1 Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.0...3.17.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.1 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 019ff7f..93db793 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ Django>=3.2 -djangorestframework>=3.12 +djangorestframework>=3.17.1