From 5677e24208598af0ea64d1824c1f78401b41390a Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Wed, 26 May 2021 19:57:03 -0400 Subject: [PATCH] Allow colorlog <7.0.0 5 is the latest release, and 6.x just drops support for Python 2, so we should be good. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8de26b1..d146981c 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ zip_safe=False, install_requires=[ "argcomplete>=1.9.4,<2.0", - "colorlog>=2.6.1,<5.0.0", + "colorlog>=2.6.1,<7.0.0", "packaging>=20.9", "py>=1.4.0,<2.0.0", "virtualenv>=14.0.0",