From 020b597bcdeab9ebfdc2bab81c70012141bd5388 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 04:49:04 +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 09dd8a2..7581838 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ extras_require={ 'test': [ - 'mypy==1.10.1', + 'mypy==2.3.1', 'pytest>=6,<8', 'pytest-cov>=4,<5', 'pytest-asyncio==0.*',