From 831f1d5402061ddae7aa8837e60eed77efd1156c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:04:07 +0000 Subject: [PATCH] Update dependency markdown to v3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc1f7c3..08241ab 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ install_requires=[ "GitPython==3.1.20", "Jinja2==3.1.2 ", - "markdown==2.6.11", + "markdown==3.6", "mdx-anchors-away==1.0.1", "mdx-foldouts==1.0.0", "python-frontmatter==0.2.1",