diff --git a/setup.py b/setup.py index 73ac6b0..48ebd2a 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ extras_require={ 'test': [ - 'mypy==1.13.0', + 'mypy==1.14.0', 'pytest>=8,<9', 'pytest-cov>=5,<6', 'pytest-asyncio==0.*',