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 ]