diff --git a/setup.py b/setup.py index 09dd8a2..592c25c 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ extras_require={ 'test': [ - 'mypy==1.10.1', + 'mypy==1.12.1', 'pytest>=6,<8', 'pytest-cov>=4,<5', 'pytest-asyncio==0.*',