From 67f55e5c4077777cd88e4ea765fad84525681975 Mon Sep 17 00:00:00 2001 From: Pixie Agent Date: Sat, 4 Apr 2026 23:57:18 +0000 Subject: [PATCH] bump pymdown-extensions; pin pygments --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 516f571c..3de36c1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,8 @@ docs = [ "mkdocs-material==9.6.7", "mkdocstrings==0.28.3", "mkdocstrings-python==1.16.8", - "pymdown-extensions==10.14.3" + "pygments==2.20.0", + "pymdown-extensions==10.21.2" ] tests = [ "beartype",