From 9edd6ddc665f5ec63579aa0df11b222e800c1fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 02:52:34 +0000 Subject: [PATCH] Bump django-guardian from 3.3.0 to 3.3.1 Bumps [django-guardian](https://github.com/django-guardian/django-guardian) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/django-guardian/django-guardian/releases) - [Commits](https://github.com/django-guardian/django-guardian/compare/3.3.0...3.3.1) --- updated-dependencies: - dependency-name: django-guardian dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cda7fe..19ddf86 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.3.0", + "django-guardian==3.3.1", "django-htmx==1.27.0", "django-ninja==1.6.0", "django-stubs-ext==5.2.9",