From 395310f1342050389391617b3908b9e64d937bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:42:58 +0000 Subject: [PATCH] Update djangorestframework requirement 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.14.0...3.17.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1900d5e91..2ddc1d7418 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "django-guid>=3.4.0,<3.7", # Looks like only bugfixes in z-Stream. "django-import-export>=2.9,<5.0", "django-lifecycle>=1.0,<=1.3.0", - "djangorestframework>=3.14.0,<=3.17.1", + "djangorestframework>=3.14.0,<=3.17.2", "djangorestframework-queryfields>=1.0,<=1.1.0", "drf-access-policy>=1.1.2,<1.5.1", "drf-nested-routers>=0.93.4,<=0.95.3",