From 718e6e1ce170f30943641654ccf95455cc50ab5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:18:17 +0000 Subject: [PATCH] Update dependency mypy to v1.12.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ff2004..beb7c02 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'pytest-asyncio>=0.23.5', 'pytest-xdist==3.*', 'ruff==0.6.8', - 'mypy==1.11.2', + 'mypy==1.12.0', 'types-pyserial', ], },