Skip to content

Commit 2c84a29

Browse files
committed
fix: fix click version to 8.1.8 as 8.2.0 (latest version) breaking the tests
- the mecanism for arguments passed to CliRunner().invoke seems to have changes
1 parent 7d1c4d4 commit 2c84a29

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
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
dependencies = [
3333
"pandas >= 1.0.0, < 3.0.0",
34-
"click >= 8.0.0, < 9.0.0",
34+
"click >= 8.0.0, < 8.1.8",
3535
"requests >= 2.0.0, < 3.0.0",
3636
"tabulate >= 0.9.0, < 0.10.0",
3737
"tenacity >= 8.0.0, < 9.0.0",

0 commit comments

Comments
 (0)