From 474480393b1a5356876f9f8cf4f898f1c25333b7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 18 Feb 2022 21:32:00 +0000 Subject: [PATCH] Update dependency click to v8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 90a913c..8c46c26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -click==7.1.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" +click==8.0.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" dnspython==2.1.0; python_version >= "3.6" email-validator==1.1.3 flask-wtf==0.15.1