diff --git a/dev-requirements.txt b/dev-requirements.txt index 26879cf..5bcf1c8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,9 +9,9 @@ tox>=3.5.3 plotly>=4.14.1 pytest-django>=3.4.3 flake8>=3.5.0 -pylint==1.9.4;python_version<"3.7" -pylint==2.3.1;python_version=="3.7" -pylint==2.10.1;python_version>="3.8" +pylint==3.2.2;python_version<"3.7" +pylint==3.2.2;python_version=="3.7" +pylint==3.2.2;python_version>="3.8" astroid==2.2.5;python_version=="3.7" astroid==2.7.2;python_version>="3.8" mock