Skip to content

Commit

Permalink
Update click requirement from <8,>=4.0 to >=4.0,<9
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@4.0...8.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent cef315f commit ba38d54
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 @@ -5,7 +5,7 @@
from setuptools import setup

INSTALL_REQUIRES = [
"click>=4.0,<8",
"click>=4.0,<9",
"click-completion>=0.3.1",
"click-didyoumean>=0.0.3",
"packaging",
Expand Down

0 comments on commit ba38d54

Please sign in to comment.