diff --git a/setup.py b/setup.py index dd88c66..7b2b04f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], extras_require={ 'test': [ - 'mypy==1.11.2', + 'mypy==1.12.0', 'pytest', 'pytest-cov', 'pytest-asyncio',