From 861f8b9f5872a65fc403f8c26af107b9c984bd3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 00:03:39 +0000 Subject: [PATCH] build(deps): bump django-polymorphic from 4.0.0 to 4.11.6 Bumps [django-polymorphic](https://github.com/django-commons/django-polymorphic) from 4.0.0 to 4.11.6. - [Release notes](https://github.com/django-commons/django-polymorphic/releases) - [Commits](https://github.com/django-commons/django-polymorphic/compare/v4.0.0...v4.11.6) --- updated-dependencies: - dependency-name: django-polymorphic dependency-version: 4.11.6 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 d7818610d78..8ac4c6d0223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "django-treebeard==4.7.1", "django-guardian<2.4.1", "django-downloadview==2.4.0", - "django-polymorphic==4.0.0", + "django-polymorphic==4.11.6", "django-tastypie<0.15.0", "django-tinymce==3.7.1", "django-uuid-upload-path==1.0.0",