diff --git a/pyproject.toml b/pyproject.toml index 900d3d625..76770bda5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,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. types = [ - "mypy ==1.7.1", + "mypy ==1.8.0", "types-cffi ~= 1.0", "types-requests ~= 2.0", ]