From c7919c3895e478f5e3b1362679ee70fd46e63f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 23:56:14 +0100 Subject: [PATCH] Update django-guardian requirement in the optional group (#9911) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc887b2fa..de64b8483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ optional = [ "coreapi==2.3.3", "coreschema==0.0.4", "django-filter", - "django-guardian>=2.4.0,<3.3", + "django-guardian>=2.4.0,<3.4", "inflection==0.5.1", "legacy-cgi; python_version>='3.13'", "markdown>=3.3.7",