Skip to content

Commit

Permalink
Update click requirement from <8.1.4,>=8.0 to >=8.0,<8.1.6
Browse files Browse the repository at this point in the history
Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/8.1.5/CHANGES.rst)
- [Commits](pallets/click@8.0.0...8.1.5)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 13, 2023
1 parent 01077eb commit 94f7967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"base58",
"xxhash",
"filelock>=3.4,<4.0",
"click>=8.0,<8.1.4",
"click>=8.0,<8.1.6",
"click-help-colors>=0.9.1,<0.10",
"rich>=12.3,<14.0",
"tqdm>=4.62,<5.0",
Expand Down

0 comments on commit 94f7967

Please sign in to comment.