diff --git a/README.md b/README.md index ac9c894..0d33b4e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The lintner versions are: ```bash pycodestyle==2.8.0 pydocstyle==6.1.1 -pylint==2.12.1 +pylint==3.1.0 mypy==0.910 black==21.11b1 flake8==4.0.1 diff --git a/requirements.txt b/requirements.txt index 73b61ff..80c2ceb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ isort==5.10.1 mypy~=0.961 pycodestyle==2.8.0 pydocstyle==6.1.1 -pylint==2.12.1 -vulture==2.3 \ No newline at end of file +pylint==3.1.0 +vulture==2.3