From df725392015744f577e1cf483875df44f7e97ef3 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Thu, 7 May 2026 12:10:42 +0100 Subject: [PATCH] Bump mypy dependency to 2.0.0. Align static type-checker versioning with the mypy 2 baseline for consistent behavior across local and CI runs. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 358a62a7..f60ff428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ optional-dependencies.dev = [ "freezegun==1.5.5", "furo==2025.12.19", "interrogate==1.7.0", - "mypy[faster-cache]==1.20.2", + "mypy[faster-cache]==2.0.0", "mypy-strict-kwargs==2026.1.12", "prek==0.3.13", "pydocstringformatter==0.7.5",