From 4a35e0d2bdab0fb75c0aab2a5674345425c3386a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:17:40 +0000 Subject: [PATCH] chore(deps): Bump markdown from 3.4.1 to 3.8.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.4.1 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.4.1...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 6bb1058..8ccbf76 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ 'flask==2.2.2', 'itsdangerous==2.1.2', 'jinja2==3.1.2', - 'markdown==3.4.1', + 'markdown==3.8.1', 'markupsafe==2.1.1', 'pygments==2.13.0', 'pymdown-extensions==9.7',