diff --git a/setup.py b/setup.py index b9a05f3..55028aa 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], extras_require={ 'test': [ - 'mypy==1.4.1', + 'mypy==1.5.0', 'pytest', 'pytest-cov', 'pytest-asyncio',