Skip to content

Commit 136fe31

Browse files
fix(deps): update dependency click to >=8.0.0, <8.3.3
1 parent 5aa9fa1 commit 136fe31

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
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"pandas >= 1.0.0, < 3.0.0",
33-
"click >= 8.0.0, < 8.1.8",
33+
"click >=8.0.0, <8.3.3",
3434
"requests >= 2.0.0, < 3.0.0",
3535
"tenacity >= 8.0.0, < 9.0.0",
3636
"tqdm >= 4.0.0, < 5.0.0",

0 commit comments

Comments
 (0)