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