From bebb9eccd7111686debbf7727bcd209e2752a8e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 17:07:39 +0000 Subject: [PATCH] Bump click from 7.1.2 to 8.1.0 Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requires.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requires.txt b/requires.txt index 327bfaa79..7db9fbb5b 100644 --- a/requires.txt +++ b/requires.txt @@ -19,7 +19,7 @@ PyYAML==5.4.1 setproctitle==1.2.2 sortedcontainers==2.3.0 websockets==8.1.0 -click==7.1.2 +click==8.1.0 dnspython==2.1.0 watchdog==2.1.3 pytest diff --git a/setup.py b/setup.py index 5052c4757..7b1168fec 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "setproctitle==1.2.2", # Gives the chaingreen processes readable names "sortedcontainers==2.4.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.1.0", # For the CLI "dnspython==2.1.0", # Query DNS seeds "watchdog==2.1.3", # Filesystem event watching - watches keyring.yaml ]