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",