From ef4afbcecb93641aaa38500925ab69a31f47414a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:14:39 +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 09dd8a2..f9b6b04 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ extras_require={ 'test': [ - 'mypy==1.10.1', + 'mypy==1.11.2', 'pytest>=6,<8', 'pytest-cov>=4,<5', 'pytest-asyncio==0.*',