From e5664ac20d536f39b65f76a4af72d918f3bb9840 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 00:15:16 +0000 Subject: [PATCH] Update dependency mypy to v1.11.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f367e45..b2d995d 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pytest-asyncio==0.*', 'pytest-xdist==3.*', 'ruff==0.5.5', - 'mypy==1.11.1', + 'mypy==1.11.2', 'types-pyserial==3.5.0.20240311' ], },