Skip to content

Commit 5bfc6b9

Browse files
fix: Click version
1 parent a380ee3 commit 5bfc6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"platformdirs>=3.6.0",
27-
"click>=8.1.3", # for CLI interface
27+
"click>=8.1.3,<8.2.1", # for CLI interface
2828
"scooby>=0.5.12",
2929
"appdirs>=1.4.4",
3030
"typing-extensions>=4.5.0",

0 commit comments

Comments
 (0)