From 2d51ad2a3e40c720d8b32fb41bff527c0cac0927 Mon Sep 17 00:00:00 2001 From: Mostapha Sadeghipour Roudsari Date: Mon, 24 Jun 2024 10:51:53 -0400 Subject: [PATCH] chore(deps): bump and unpin click dependency to >= 8.1.7 --- cli-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-requirements.txt b/cli-requirements.txt index 77c1d85..493c298 100644 --- a/cli-requirements.txt +++ b/cli-requirements.txt @@ -1 +1 @@ -click==8.0.1 +click>=8.1.7