diff --git a/pyproject.toml b/pyproject.toml index 997ba2f48..793b98dc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ pact-verifier = "pact.cli.verify:main" # Linting and formatting tools use a more narrow specification to ensure # developper consistency. All other dependencies are as above. devel-types = [ - "mypy ==1.11.2", + "mypy ==1.12.0", "types-cffi ~=1.0", "types-requests ~=2.0", ]