Skip to content

Commit 01a3da5

Browse files
authored
fix minimum click version for used CLI features (localstack#13420)
1 parent 60cd89f commit 01a3da5

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
@@ -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)