diff --git a/setup.py b/setup.py index 90c0c66..6703b14 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ }, extras_require={ 'test': [ - 'mypy==1.12.1', + 'mypy==1.13.0', 'pytest', 'pytest-cov', 'pytest-asyncio',