diff --git a/setup.py b/setup.py index f52f41d..bf67716 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "crcmod"], extras_require={ 'test': [ - 'mypy==1.10.1', + 'mypy==1.11.0', 'pytest', 'pytest-cov', 'pytest-asyncio',