From 3438e6b6d9c15827480cd4db50a007d58d2b3f3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:47:33 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73ed500..e41ef15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dynamic = ["version"] dev = [ "maturin~=1.0", "pre-commit~=4.3", - "mypy~=1.20.0", + "mypy~=2.1.0", "pytest~=9.0", "pandas[excel]>=2.2", ]