fix: update pymdownx to 11.0 to fix vulnerability

Signed-off-by: squidfunk <martin.donath@squidfunk.com>
This commit is contained in:
Martin Donath
2026-08-03 21:55:44 +02:00
committed by GitHub
parent b36f50a2e0
commit 71c5ed5bff
+1 -1
View File
@@ -53,7 +53,7 @@ dependencies = [
"jinja2>=3.1",
"markdown>=3.7",
"pygments>=2.20",
"pymdown-extensions>=10.21.3",
"pymdown-extensions>=11.0",
"pyyaml>=6.0.2",
"tomli>=2.4.0",
]