From aad0a76eb4135ea755b3c483ecddeae1317e3b38 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Fri, 1 May 2020 15:32:34 +0100 Subject: [PATCH] Backport #2679 (#2684) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ecc5d2725..382d32bd3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -84,7 +84,7 @@ install_requires = pluggy >= 0.7.1, < 1.0 pre-commit >= 1.17.0, < 2 PyYAML >= 5.1, < 6 - sh >= 1.12.14 + sh >= 1.12.14, < 1.13 six >= 1.11.0 subprocess32; python_version<"3.5" tabulate >= 0.8.4