diff --git a/pact-python-cli/pyproject.toml b/pact-python-cli/pyproject.toml index a8b05bdae..c92e76e09 100644 --- a/pact-python-cli/pyproject.toml +++ b/pact-python-cli/pyproject.toml @@ -53,7 +53,7 @@ requires-python = ">=3.9" # developper consistency. All other dependencies are as above. dev = ["ruff==0.13.0", { include-group = "test" }, { include-group = "types" }] test = ["pytest-cov~=7.0", "pytest~=8.0"] -types = ["mypy==1.18.1"] +types = ["mypy==1.18.2"] ################################################################################ ## Build System