Skip to content

Commit

Permalink
Update click requirement from <8.1.4,>=8.0.0 to >=8.0.0,<8.1.5
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/main/CHANGES.rst)
- [Commits](pallets/click@8.0.0...8.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent b8aa860 commit d6bd8a3
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 @@ -27,7 +27,7 @@
"rich >= 10.9.0, < 14.0.0",
"textual >= 0.19.0, < 1.0.0",
"scikit-learn == 1.2.2",
"click >= 8.0.0, < 8.1.4",
"click >= 8.0.0, < 8.1.5",
],
tests_require=[],
entry_points={
Expand Down

0 comments on commit d6bd8a3

Please sign in to comment.