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',