From 7bdacca77dbc29e8cf97ad46db035d4da121b7ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:27:14 +0000 Subject: [PATCH] Update dependency mypy to v1.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16d1e71..b240d35 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'pytest-cov>=4,<5', 'pytest-asyncio==0.*', 'pytest-xdist==3.*', - 'mypy==1.7.1', + 'mypy==1.8.0', 'types-pyserial', 'ruff==0.1.6', ],