From 7f90a76d750d6b2b726d33752dbdf8d010264823 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:54:05 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]