Skip to content

Commit

Permalink
Set click lower bound to 8.0.0 (#2791)
Browse files Browse the repository at this point in the history
Closes #2774
  • Loading branch information
Shivansh-007 committed Jan 21, 2022
1 parent 4ea75cd commit e0c5728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -39,6 +39,7 @@

- All upper version bounds on dependencies have been removed (#2718)
- `typing-extensions` is no longer a required dependency in Python 3.10+ (#2772)
- Set `click` lower bound to `8.0.0` (#2791)

### Preview style

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -97,7 +97,7 @@ def find_python_files(base: Path) -> List[Path]:
python_requires=">=3.6.2",
zip_safe=False,
install_requires=[
"click>=7.1.2",
"click>=8.0.0",
"platformdirs>=2",
"tomli>=1.1.0",
"typed-ast>=1.4.2; python_version < '3.8' and implementation_name == 'cpython'",
Expand Down

0 comments on commit e0c5728

Please sign in to comment.