From 2d05e8c89fac2f8f8dad0619398d30ac5ae3c212 Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 1 May 2022 13:54:14 +0100 Subject: [PATCH] udpating click to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e18f324..a6a5532 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ repository = "https://github.com/Sarsoo/spotframework" python = "^3.8" requests = "^2.24.0" tabulate = "^0.8.7" -click = "^7.1.2" +click = "^8.0.0" [tool.poetry.dev-dependencies] pylint = "^2.5.3"