From 212a403151d85287cfaaa8056ce3197e656736a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:54:25 +0000 Subject: [PATCH] Update dependency mypy to v1.12.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a65fbf..63df6aa 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ extras_require={ 'test': [ - 'mypy==1.11.2', + 'mypy==1.12.0', 'pytest>=8,<9', 'pytest-cov>=5,<6', 'pytest-asyncio==0.*',