From d4b1f18918c3c6fb3851e327ae531144c4481161 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 01:04:36 +0000 Subject: [PATCH] Update dependency mypy to v1.11.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a84359a..fe3f5b3 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'pytest-asyncio>=0.23.5', 'pytest-xdist==3.*', 'ruff==0.5.0', - 'mypy==1.11.0', + 'mypy==1.11.1', 'types-pyserial', ], },