Skip to content

Commit 5e4aff9

Browse files
authored
Pin click to version 8.2.1 #1885 (#1887)
Signed-off-by: Jono Yang <[email protected]>
1 parent c69e8a0 commit 5e4aff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ dependencies = [
100100
"scipy==1.15.3",
101101
# ScoreCode
102102
"scorecode==0.0.4",
103-
103+
# Workaround issue https://github.com/aboutcode-org/scancode.io/issues/1885
104+
"click==8.2.1"
104105
]
105106

106107
[project.optional-dependencies]

0 commit comments

Comments
 (0)