From 96fb146e16f320d14c8c1c6a08b5fc69c22da704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 17:03:57 +0000 Subject: [PATCH] Bump click from 7.1.2 to 8.0.3 Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.0.3. - [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.3) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b959af8ee..9633d934a 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.3", # For the CLI "dnspython==2.1.0", # Query DNS seeds ]