Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit b496775

Browse files
alexrashedtiurin
authored andcommitted
fix minimum click version for used CLI features (#13420)
1 parent 7ef227a commit b496775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "Apache-2.0"
1313
requires-python = ">=3.10"
1414
dependencies = [
1515
"asn1crypto>=1.5.1",
16-
"click>=7.1",
16+
"click>=8.2.0",
1717
"cachetools>=5.0",
1818
"cryptography",
1919
"dill==0.3.6",

0 commit comments

Comments
 (0)