From 08989e23840fbdbfee2a42cb8fff8a7bba6095e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Sun, 24 May 2026 16:40:09 +0000 Subject: [PATCH] chore: upgrade pymdownx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 10.21.2 is affected by a CVE, see https://github.com/advisories/GHSA-jh85-wwv9-24hv. Signed-off-by: Timothée Mazzucotelli --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f984ff1..a7c3ecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "jinja2>=3.1", "markdown>=3.7", "pygments>=2.20", - "pymdown-extensions>=10.21.2", + "pymdown-extensions>=10.21.3", "pyyaml>=6.0.2", "tomli>=2.4.0", ]