From b84f2df25fd70983395c5e9aae6f7ac9d77f1936 Mon Sep 17 00:00:00 2001 From: joncrall Date: Sun, 8 Sep 2024 15:32:44 -0400 Subject: [PATCH] Fix pygments version --- requirements/optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/optional.txt b/requirements/optional.txt index 1b166925..e2f2279b 100644 --- a/requirements/optional.txt +++ b/requirements/optional.txt @@ -20,7 +20,7 @@ xxhash>=1.4.3 ; python_version < '3.9' and python_version >= '3.8' # Pyth xxhash>=1.3.0 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7 xxhash>=1.3.0 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6 -Pygments>=3.0.0 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12+ +Pygments>=2.13.0 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12+ Pygments>=2.2.0 ; python_version < '3.12' # Python 3.12- colorama>=0.4.3;platform_system=="Windows"