From 11f475fa9758613a4fbfd90fa88c5f377b6cfe47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:02:36 +0000 Subject: [PATCH] build(deps): update django-guardian requirement from <2.4.1 to <3.3.2 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.1) --- updated-dependencies: - dependency-name: django-guardian dependency-version: 3.3.1 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 16123690e32..9d72ee41c57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,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.2", "django-downloadview==2.3.0", "django-polymorphic==3.1.0", "django-tastypie<0.15.0",