From 6256c3ea31594584623485966cc92cda5b19f485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:00:52 +0000 Subject: [PATCH] Bump django-polymorphic from 4.11.1 to 4.11.2 Bumps [django-polymorphic](https://github.com/jazzband/django-polymorphic) from 4.11.1 to 4.11.2. - [Release notes](https://github.com/jazzband/django-polymorphic/releases) - [Commits](https://github.com/jazzband/django-polymorphic/compare/v4.11.1...v4.11.2) --- updated-dependencies: - dependency-name: django-polymorphic dependency-version: 4.11.2 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 199e667..85f617c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "django-stubs-ext==5.2.9", "django-tables2==2.8.0", "django-oauth-toolkit==3.2.0", - "django-polymorphic==4.11.1", + "django-polymorphic==4.11.2", "django-taggit==6.1.0", "environs[django]==14.2.0", "fontawesomefree==6.6.0",