From 85a565505bd87d410de2e2040a436048d042321f Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Thu, 2 Apr 2020 14:05:22 +0100 Subject: [PATCH] progress: better threaded handling Fixes #3565 Continues #3500 <- #2905 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b57acc4cd..00d93889ed 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def run(self): "funcy>=1.14", "pathspec>=0.6.0", "shortuuid>=0.5.0", - "tqdm>=4.44.0,<5", + "tqdm>=4.45.0,<5", "packaging>=19.0", "zc.lockfile>=1.2.1", "flufl.lock>=3.2",