Skip to content

Commit b2d9bdd

Browse files
committed
Loosen click dependency
1 parent 12e8905 commit b2d9bdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3 :: Only",
2525
]
2626
dependencies = [
27-
"click>=8.2,<8.3",
27+
"click>=8,<8.3",
2828
"tomli; python_version < '3.11'",
2929
"colorama; platform_system == 'Windows'",
3030
"importlib_metadata >= 7"

0 commit comments

Comments
 (0)