From faf3e9fdb69096186b64eb671dae98ab66d06764 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:01:31 +0000 Subject: [PATCH] chore: Update dependency pymdown-extensions to v9.11 [SECURITY] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 542b8bf..5914a6f 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==9.11', 'pyscss==1.4.0', 'pyyaml==6.0', 'six==1.16.0',