From 9c8d27499dc334204157968c6dfa18f6270a87c2 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Thu, 9 Apr 2026 15:12:08 +0000 Subject: [PATCH] requirements.txt: Pin pygments to 2.19.2 for now. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 0e08b7fd5b..31c51733c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ lxml==6.0.1 pymdown-extensions==10.16 mkdocs-redirects==1.2.2 mkdocs_mermaid2_plugin==1.2.2 +pygments==2.19.2 # Need to pin this to avoid https://github.com/pygments/pygments/issues/3076