From 92e284a7997d69d44dbbd169280cb6e46514aa81 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 May 2021 22:01:01 +0000 Subject: [PATCH] Update dependency click to v8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf0c8b5c..c2366be7 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ packages=find_packages("."), install_requires=[ "taskcluster~=43.0.0", - "click~=7.0", + "click~=8.0.0", "blessings~=1.7", "attrs~=21.2.0", "sortedcontainers~=2.3.0",