From fa56172b29545f81ab4577f32042417d834d8082 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 01:46:43 +0000 Subject: [PATCH] Update dependency mypy to v1.20.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24d385c..de45b39 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'pytest-asyncio>=0.23.5', 'pytest-xdist==3.*', 'ruff==0.15.20', - 'mypy==1.14.1', + 'mypy==1.20.2', 'types-pyserial', ], },