From 586c5597a06689f14c11969936af01d9892aedb7 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Thu, 3 Sep 2026 13:06:46 -0400 Subject: [PATCH] Revert "requirements.txt: Pin pygments to 2.19.2 for now." This reverts commit 8711a80324a4249f1aa5c45b89a79a223eeb5632. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 31c51733c4a..0e08b7fd5b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,3 @@ 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