From f1fa9dcef1ae62c9e6ada933944f8ecf5d55a7b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:40:51 +0000 Subject: [PATCH] Update dependency mypy to v1.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 39a629b..a3f4d2e 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'pytest-asyncio>=0.23.5', 'pytest-xdist==3.*', 'ruff==0.3.0', - 'mypy==1.8.0', + 'mypy==1.9.0', 'types-pyserial', ], },