From 6427079b002f4241f139bc099eb7b841584e7668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 23:45:47 +0000 Subject: [PATCH] Bump django-markdownify from 0.9.5 to 0.9.7 in /backend Bumps [django-markdownify](https://github.com/erwinmatijsen/django-markdownify) from 0.9.5 to 0.9.7. - [Commits](https://github.com/erwinmatijsen/django-markdownify/compare/0.9.5...0.9.7) --- updated-dependencies: - dependency-name: django-markdownify dependency-version: 0.9.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a8fbad7fbc..184d4540fe 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -72,7 +72,7 @@ dependencies = [ "Werkzeug>=1.0.1,<4.0.0", "django-import-export<4.0.0,>=3.2.0", "dal-admin-filters==1.1.0", - "django-markdownify==0.9.5", + "django-markdownify==0.9.7", "django-imagekit==5.0.0", "pillow==12.2.0", "redis[hiredis]==5.0.2",