From a1ed92dab2827b349e4e51a654b42c1c7a5c1c8b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 14 Jan 2022 15:41:21 +0100 Subject: Merging upstream version 1.7.0. Signed-off-by: Daniel Baumann --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index acbb0d9..808b165 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ readme = open_file("README.md") install_requirements = [ "click >= 4.1", - "Pygments >= 1.6", + "Pygments>=1.6,<=2.11.1", "prompt_toolkit>=3.0.3,<4.0.0", "sqlparse", "configobj >= 5.0.5", -- cgit v1.2.3