From 2b36b155f624c8603f8074d4f5d13021f85fdb15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:10:36 +0000 Subject: [PATCH] Bump django-guardian from 2.4.0 to 3.2.0 Bumps [django-guardian](https://github.com/django-guardian/django-guardian) from 2.4.0 to 3.2.0. - [Release notes](https://github.com/django-guardian/django-guardian/releases) - [Commits](https://github.com/django-guardian/django-guardian/compare/v2.4.0...3.2.0) --- updated-dependencies: - dependency-name: django-guardian dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c691a9..6c2b09d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "django-cors-headers==4.7.0", "django-decorator-include==3.3", "django-filter==25.1", - "django-guardian==2.4.0", + "django-guardian==3.2.0", "django-htmx==1.23.0", "django-ninja==1.4.3", "django-oauth-toolkit==3.0.1",