diff --git a/setup.py b/setup.py index cddcbf2..0d26d77 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ extras_require={ "extra": ["matplotlib", "statsmodels", "scikit-learn", "pandas"], "dev": [ - "mypy==1.19.0", + "mypy==1.19.1", "pylint==3.3.9", "pycodestyle==2.14.0", "pdoc3==0.11.6",