diff --git a/pyproject.toml b/pyproject.toml index 42dd3e5..c1ed0ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.8" license = {text = "MIT"} dependencies = [ - "click>=8.0", + "click>=8.1.8", "pyyaml>=6.0", "ninja>=1.11", ]