diff --git a/pyproject.toml b/pyproject.toml index df149d8..80e1cb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.11" dependencies = [ "pydantic>=2.13.4", "anthropic>=0.102.0", - "click>=8.3.3", + "click>=8.4.0", "rich>=15.0.0", "pytest>=9.0.3", ]