From 9277da084e78d3921e780f6c7e19bcc0de6c4508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:13:26 +0000 Subject: [PATCH] Update dependency mypy to v2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c75039..65c4add 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ extras_require={ 'test': [ - 'mypy==1.14.1', + 'mypy==2.1.0', 'pytest>=8,<9', 'pytest-cov>=5,<6', 'pytest-asyncio==0.*',