diff --git a/setup.py b/setup.py index 70acfad..fc8cb85 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ extras_require={ 'test': [ - 'mypy==1.9.0', + 'mypy==1.10.0', 'pytest>=8,<9', 'pytest-cov>=5,<6', 'pytest-asyncio==0.*',