diff --git a/pyproject.toml b/pyproject.toml index 04fea3300..70f0fcd5e 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.12.0", + "mypy ==1.12.1", "types-cffi ~=1.0", "types-requests ~=2.0", ]