From 210e1993b310d50704038485aaf1bd52da5cf957 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:06:23 +0000 Subject: [PATCH] Update dependency mypy to v1.19.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e82e79..3ba3f4b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pytest-asyncio==0.*', 'pytest-xdist==3.*', 'ruff==0.15.4', - 'mypy==1.14.1', + 'mypy==1.19.1', 'types-pyserial==3.5.0.20240311' ], },