From 4ec0b09d6b53ca62829a1a1ff6509db136e6f260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:15:48 +0000 Subject: [PATCH] Bump django-guardian from 3.2.0 to 3.3.0 Bumps [django-guardian](https://github.com/django-guardian/django-guardian) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/django-guardian/django-guardian/releases) - [Commits](https://github.com/django-guardian/django-guardian/compare/3.2.0...3.3.0) --- updated-dependencies: - dependency-name: django-guardian dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 199e667..0e6256b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "django-cors-headers==4.9.0", "django-decorator-include==3.3", "django-filter==25.2", - "django-guardian==3.2.0", + "django-guardian==3.3.0", "django-htmx==1.27.0", "django-ninja==1.5.3", "django-stubs-ext==5.2.9",