From ea640001d0ad6e56369102e02b949c865c48726f Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 14 Mar 2022 16:25:54 +0100 Subject: [PATCH] Support click-log 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a5ddb9c..609b0e5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup requirements = [ # https://github.com/mitsuhiko/click/issues/200 "click>=5.0,<9.0", - "click-log>=0.3.0, <0.4.0", + "click-log>=0.3.0, <0.5.0", "requests >=2.20.0", # https://github.com/sigmavirus24/requests-toolbelt/pull/28 # And https://github.com/sigmavirus24/requests-toolbelt/issues/54