From ec1d48f041d74a1c4bed6e2e9c013e304337b13a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 18:20:20 +0000 Subject: [PATCH] Update dependency mypy to v1.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 477f528..9cfc585 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'pytest-asyncio==0.*', 'pytest-xdist==3.*', 'ruff==0.0.284', - 'mypy==1.5.0', + 'mypy==1.5.1', 'types-pyserial', ], },