From ae9cca47b92960794b07a8b0a0fbadaf274c98c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:02:53 +0000 Subject: [PATCH] build(deps): bump django-polymorphic from 3.1.0 to 4.11.3 Bumps [django-polymorphic](https://github.com/django-commons/django-polymorphic) from 3.1.0 to 4.11.3. - [Release notes](https://github.com/django-commons/django-polymorphic/releases) - [Commits](https://github.com/django-commons/django-polymorphic/compare/v3.1...v4.11.3) --- updated-dependencies: - dependency-name: django-polymorphic dependency-version: 4.11.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 33abea6f1a8..9d7ce590b85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "django-treebeard==4.7.1", "django-guardian<2.4.1", "django-downloadview==2.3.0", - "django-polymorphic==3.1.0", + "django-polymorphic==4.11.3", "django-tastypie<0.15.0", "django-tinymce==3.7.1", "django-uuid-upload-path==1.0.0",