diff --git a/pyproject.toml.jinja b/pyproject.toml.jinja index 08d2618..1cb589c 100644 --- a/pyproject.toml.jinja +++ b/pyproject.toml.jinja @@ -20,6 +20,7 @@ build-backend = "hatchling.build" [dependency-groups] dev = [ + "click>=8.2.0,<8.3.0", "hatch>=1.14.1", "pytest>=8.4.2", "ruff>=0.13.0", diff --git a/test-proj/pyproject.toml b/test-proj/pyproject.toml index 7206b7e..38b2964 100644 --- a/test-proj/pyproject.toml +++ b/test-proj/pyproject.toml @@ -20,6 +20,7 @@ build-backend = "hatchling.build" [dependency-groups] dev = [ + "click>=8.2.0,<8.3.0", "hatch>=1.14.1", "pytest>=8.4.2", "ruff>=0.13.0",