From fae9cec9a432d69eec5cd02db0caf95d0248745b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:11:46 +0000 Subject: [PATCH] Bump django-guardian from 2.4.0 to 3.1.3 Bumps [django-guardian](https://github.com/django-guardian/django-guardian) from 2.4.0 to 3.1.3. - [Release notes](https://github.com/django-guardian/django-guardian/releases) - [Commits](https://github.com/django-guardian/django-guardian/compare/v2.4.0...3.1.3) --- updated-dependencies: - dependency-name: django-guardian dependency-version: 3.1.3 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..2dad241 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.1.3", "django-htmx==1.23.0", "django-ninja==1.4.3", "django-oauth-toolkit==3.0.1",