From 4a33a4bccbf8b03e0f9409c0f5d4725ffddec041 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:01:29 +0000 Subject: [PATCH] Update dependency mypy to v1.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab00c13..94b90dd 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'pytest', 'pytest-cov', 'pytest-asyncio', - 'mypy==1.5.1', + 'mypy==1.6.0', 'ruff==0.0.291', ], },