From 77a2f93296d18d0c6b0ed847ff9168c6a94a76d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:03:39 +0000 Subject: [PATCH] build(deps): update django-guardian requirement from <2.4.1 to <3.3.4 Updates the requirements on [django-guardian](https://github.com/django-guardian/django-guardian) to permit the latest version. - [Release notes](https://github.com/django-guardian/django-guardian/releases) - [Commits](https://github.com/django-guardian/django-guardian/compare/0.1.0...3.3.3) --- updated-dependencies: - dependency-name: django-guardian dependency-version: 3.3.3 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 e75f79c8f01..20e5609bb7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "django-markdownify==0.9.5", "django-mptt==0.16.0", "django-treebeard==4.7.1", - "django-guardian<2.4.1", + "django-guardian<3.3.4", "django-downloadview==2.4.0", "django-polymorphic==4.0.0", "django-tastypie<0.15.0",