Skip to content

Commit

Permalink
Update click requirement from <8,>=4.0 to >=4.0,<9 (#256)
Browse files Browse the repository at this point in the history
* Update click requirement from <8,>=4.0 to >=4.0,<9

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]>

* Drop support for click<8

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Loria <[email protected]>
  • Loading branch information
dependabot[bot] and sloria authored Jan 9, 2024
1 parent 31fedcf commit f764f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog

Support:

* Drop support for Python 2 (:issue:`202`), Python 3.6, Python 3.7, IPython 5, IPython 6, and IPython 7.
* Drop support for Python 2 (:issue:`202`), Python 3.6, Python 3.7, IPython 5, IPython 6, IPython 7, and click<8.

4.4.0 (2022-08-14)
******************
Expand Down
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>=8.0,<9",
"click-completion>=0.3.1",
"click-didyoumean>=0.0.3",
"packaging",
Expand Down

0 comments on commit f764f6b

Please sign in to comment.