From 951bde5c279f8b43ef510d39b60c4df11ff26dcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 00:31:23 +0000 Subject: [PATCH] chore(deps): 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 23a21f2..dd88c66 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], extras_require={ 'test': [ - 'mypy==1.11.1', + 'mypy==1.11.2', 'pytest', 'pytest-cov', 'pytest-asyncio',