From addab47786fe4778d673a94b94d42c94687f0bce Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sun, 30 May 2021 22:30:01 +0200 Subject: [PATCH] Update click-threading to 0.5.0 Previous version broke with recent `click` updates. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5b0d13..43b6b36 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requirements = [ "click>=5.0", "click-log>=0.3.0, <0.4.0", # https://github.com/pimutils/vdirsyncer/issues/478 - "click-threading>=0.2", + "click-threading>=0.5", "requests >=2.20.0", # https://github.com/sigmavirus24/requests-toolbelt/pull/28 # And https://github.com/sigmavirus24/requests-toolbelt/issues/54