diff --git a/pyproject.toml b/pyproject.toml index 9aa0a3963..b733b768c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ Homepage = "https://github.com/python-jsonschema/check-jsonschema" [project.optional-dependencies] dev = [ "pytest<9", - 'click-type-test==0.0.7;python_version>="3.10"', + 'click-type-test==1.0.0;python_version>="3.10"', "coverage<8", "pytest-xdist<4", "responses==0.25.3",