diff --git a/setup.py b/setup.py index 84677cc..c283e94 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ extras_require={ "extra": ["matplotlib", "statsmodels", "scikit-learn", "pandas"], "dev": [ - "mypy==1.19.1", + "mypy==1.20.0", "pylint==4.0.5", "pycodestyle==2.14.0", "pdoc3==0.11.6",