From 5bae5d4fca008384e82580817ea627a4018909b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 01:26:45 +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 715eaef..35cb717 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'pytest-cov>=4,<5', 'pytest-asyncio==0.*', 'pytest-xdist==3.*', - 'mypy==1.11.1', + 'mypy==1.11.2', 'types-pyserial', 'ruff==0.4.7', ],