From 6b14fb20f8d152724b91d08ce32b814fbd91a9de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:53:09 +0000 Subject: [PATCH] chore: Update dependency pymdown-extensions to v10 [SECURITY] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44e7860..1f48b44 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'markdown==3.4.1', 'markupsafe==2.1.1', 'pygments==2.13.0', - 'pymdown-extensions==9.7', + 'pymdown-extensions==10.0', 'pyscss==1.4.0', 'pyyaml==6.0.1', 'six==1.16.0',