diff --git a/requirements/optional.txt b/requirements/optional.txt index eec3f227..1b166925 100644 --- a/requirements/optional.txt +++ b/requirements/optional.txt @@ -20,7 +20,9 @@ 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>=2.2.0 +Pygments>=3.0.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" python_dateutil>=2.8.1