From baaeba5d1cb882f67d98cea611dc0a4b745abc90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:22:16 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.11.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff1e7b69f..d5b0b634a 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.0", + "mypy ==1.11.1", "types-cffi ~=1.0", "types-requests ~=2.0", ]