From bf3c7013776184a2d4d20ecb2b7de46fc329f18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:40:58 +0000 Subject: [PATCH] Bump markdown from 3.7.0 to 3.8.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.7.0 to 3.8.1. - [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.8.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b93a692305..4792d629a6 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "libsass==0.23.0", "LinkHeader==0.4.3", "lxml==5.3.0", - "Markdown==3.7.0", + "Markdown==3.8.1", "markdown-full-yaml-metadata==2.2.1", "markdown-link-attr-modifier==0.2.1", "mdx_truly_sane_lists==1.3",