From a788e4cfc8e7688952b9e5ee23976f78cad20aa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:32:33 +0000 Subject: [PATCH] Update dependency markdown to v3 [SECURITY] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 700c70d..7c2fbe2 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ install_requires=[ "GitPython==3.1.20", "Jinja2==3.1.4 ", - "markdown==2.6.11", + "markdown==3.8.1", "mdx-anchors-away==1.0.1", "mdx-foldouts==1.0.0", "python-frontmatter==0.2.1",