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