From 15cd234b5969e52be49eace53e07944763de9ac6 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 15 May 2019 15:30:53 +0200 Subject: [PATCH] Pin pygments to 2.3.1 2.4.0+ breaks with python-3.4.9, pin it to 2.3.1. Change-Id: I15b8c023e6279d9f26e3de93c1d15a4eff53cd6a Signed-off-by: Robert Varga --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c9747942..c62d42d9 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ basepython = python3 deps = coala==0.11 coala-bears==0.11 + pygments~=2.3.1 # Requests 2.16 breaks dependencies requests<2.16 commands = -- 2.36.6