diff --git a/setup.py b/setup.py index 87ce545..5ba4cb9 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ extras_require={ 'test': [ - 'mypy==1.7.0', + 'mypy==1.7.1', 'pytest>=6,<8', 'pytest-cov>=4,<5', 'pytest-asyncio==0.*',