diff --git a/setup.py b/setup.py index 41272b7..ca51ada 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ }, extras_require={ 'test': [ - 'mypy==1.10.0', + 'mypy==1.10.1', 'pytest', 'pytest-cov', 'pytest-asyncio',