Skip to content

Commit

Permalink
Bump click from 7.1.2 to 8.0.3
Browse files Browse the repository at this point in the history
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](pallets/click@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2021
1 parent 75a1484 commit 9a1f005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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
"watchdog==2.1.3", # Filesystem event watching - watches keyring.yaml
]
Expand Down

0 comments on commit 9a1f005

Please sign in to comment.