diff --git a/pyproject.toml b/pyproject.toml index cf94db8f9..b5273ea04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "colorama ~= 0.4.6", "jinja2 ~= 3.1.2", "pycodestyle ~= 2.10.0", - "pygments ~= 2.14.0", + "pygments >= 2.14,< 2.16", "pylint ~= 2.17.4", "requests >= 2.28,< 2.32", "six",