From a3a4d97a90bbd0c3364b655ab3bde7305bbed391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 20:58:08 +0000 Subject: [PATCH] Bump click from 7.1.2 to 8.0.1 Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.0.1. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/7.1.2...8.0.1) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 256ce53bc..dca370643 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "setproctitle==1.2.2", # Gives the chia processes readable names "sortedcontainers==2.3.0", # For maintaining sorted mempools "websockets==8.1.0", # For use in wallet RPC and electron UI - "click==7.1.2", # For the CLI + "click==8.0.1", # For the CLI "dnspython==2.1.0", # Query DNS seeds ]