From 52c6b60e478270cbd803bba549f321e72c7262ea Mon Sep 17 00:00:00 2001 From: Daniel Rossi Date: Thu, 9 Apr 2026 02:35:48 +1000 Subject: [PATCH] - Update pygments for audit fix --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 236a47fb..f53a28e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "feedgenerator>=2.1.0", "jinja2>=3.1.2", "ordered-set>=4.1.0", - "pygments>=2.16.1,<2.20.0", + "pygments>=2.16.1,<=2.20.0", "python-dateutil>=2.8.2", "rich>=13.6.0", "unidecode>=1.3.7", @@ -70,7 +70,7 @@ dev = [ "furo==2025.12.19", "livereload>=2.6.3", "psutil>=5.9.6", - "pygments>=2.16.1,<2.20.0", + "pygments>=2.16.1,<=2.20.0", "pytest>=7.4.3", "pytest-cov>=4.1.0", "pytest-sugar>=0.9.7",