From 21f54bbe96dd689d23fbb815c33890f6cfdc36b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:15:11 +0000 Subject: [PATCH] chore(deps): bump markdown from 3.7 to 3.10.2 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.7 to 3.10.2. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.7...3.10.2) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 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 0009cd52c..451baac08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "django-translation-aliases==0.1.0", "Django==5.2.11", "docutils==0.21.2", - "Markdown==3.7", + "Markdown==3.10.2", "cmarkgfm==2024.11.20", "Pygments>=2.17,<3", "Pillow==10.4.0",