From 970d7d7570318af3bcf8d12025949aff9b0f04c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 02:41:03 +0000 Subject: [PATCH] Update dependency mypy to v2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc5bb9d..b16e6c0 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pytest-asyncio==0.*', 'pytest-xdist==3.*', 'ruff==0.15.15', - 'mypy==1.14.1', + 'mypy==2.1.0', 'types-pyserial==3.5.0.20240311' ], },