diff --git a/setup.py b/setup.py index 157a076..36d9b62 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "crcmod"], extras_require={ 'test': [ - 'mypy==1.13.0', + 'mypy==1.14.0', 'pytest', 'pytest-cov', 'pytest-asyncio',