diff --git a/setup.py b/setup.py index 13ff541..eeedceb 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "crcmod"], extras_require={ 'test': [ - 'mypy==1.12.0', + 'mypy==1.12.1', 'pytest', 'pytest-cov', 'pytest-asyncio',