From cec676f21f19964bf24da23b53e4a9ce688fada4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 23:59:10 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v2.1.0 --- pact-python-cli/pyproject.toml | 2 +- pact-python-ffi/pyproject.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pact-python-cli/pyproject.toml b/pact-python-cli/pyproject.toml index a70d6d0fd..7a1cb04f1 100644 --- a/pact-python-cli/pyproject.toml +++ b/pact-python-cli/pyproject.toml @@ -56,7 +56,7 @@ requires-python = ">=3.10" # developper consistency. All other dependencies are as above. dev = ["ruff==0.15.12", { include-group = "test" }, { include-group = "types" }] test = ["pytest~=9.0", "pytest-cov~=7.0"] -types = ["mypy==2.0.0"] +types = ["mypy==2.1.0"] ## Build System [build-system] diff --git a/pact-python-ffi/pyproject.toml b/pact-python-ffi/pyproject.toml index e822c3db1..e851b009f 100644 --- a/pact-python-ffi/pyproject.toml +++ b/pact-python-ffi/pyproject.toml @@ -43,7 +43,7 @@ dependencies = ["cffi~=2.0"] [dependency-groups] dev = ["ruff==0.15.12", { include-group = "test" }, { include-group = "types" }] test = ["pytest~=9.0", "pytest-cov~=7.0"] -types = ["mypy==2.0.0", "typing-extensions~=4.0"] +types = ["mypy==2.1.0", "typing-extensions~=4.0"] [build-system] requires = ["cffi", "hatchling", "packaging", "setuptools"] diff --git a/pyproject.toml b/pyproject.toml index b0f6722ac..9ed2d48c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ test = [ "testcontainers~=4.0", ] types = [ - "mypy==2.0.0", + "mypy==2.1.0", "types-grpcio~=1.0", "types-protobuf~=7.34", "types-requests~=2.0",