From ab30f6d4c1580a2cf9a62aa5c26d021e9806e82f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:06:41 +0000 Subject: [PATCH] Update dependency mypy to v1.7.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f325cd9..b1110a0 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pytest-asyncio==0.*', 'pytest-xdist==3.*', 'ruff==0.1.3', - 'mypy==1.7.0', + 'mypy==1.7.1', 'types-pyserial==3.5.0.10' ], },