From 87938cc39c361b02ffc52be10a69c7794d262222 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:02:13 +0000 Subject: [PATCH] chore(deps): update dependency types/mypy to v1.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 821f15c93f..b42a579f57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,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.6.1", + "mypy ==1.7.0", "types-cffi ~= 1.0", "types-requests ~= 2.0", ]