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