From d84ef66a58cec38f776532c5a9dc81fc91b575e9 Mon Sep 17 00:00:00 2001 From: boxydog Date: Sun, 5 Oct 2025 18:55:51 -0500 Subject: [PATCH] pin pygments==2.19.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fefca8ef..52fcb804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "feedgenerator==2.1.0", "jinja2>=3.1.2", "ordered-set>=4.1.0", - "pygments>=2.16.1,<2.20.0", + "pygments==2.19.2", "python-dateutil>=2.8.2", "rich>=13.6.0", "unidecode>=1.3.7",