Skip to content

Commit 7da4979

Browse files
committed
📌 Remove Click lower bound pin
1 parent 79d38e3 commit 7da4979

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ classifiers = [
3434
"License :: OSI Approved :: MIT License",
3535
]
3636
dependencies = [
37-
# TODO: remove this pin
38-
# "click >= 8.0.0",
39-
"click >= 8.2.0",
37+
"click >= 8.0.0",
4038
"typing-extensions >= 3.7.4.3",
4139
]
4240
readme = "README.md"

0 commit comments

Comments
 (0)