From 97311b5bece17d208d4419876f49e62ef61c1871 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 18:43:28 +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 700c70d..bdddb4b 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.7", "mdx-anchors-away==1.0.1", "mdx-foldouts==1.0.0", "python-frontmatter==0.2.1",