diff --git a/pylintrc b/pylintrc
index ff47af6087b8c062c5105879167ba3935c107b56..7794f61e500d2fe6b3d50fbdaf425eb5b25e327a 100644
--- a/pylintrc
+++ b/pylintrc
@@ -3,6 +3,7 @@ ignore=tests
 # Use a conservative default here; 2 should speed up most setups and not hurt
 # any too bad. Override on command line as appropriate.
 jobs=2
+persistent=no
 
 [BASIC]
 good-names=id,i,j,k,ex,Run,_,fp
@@ -49,7 +50,7 @@ disable=
   unused-argument
 
 [REPORTS]
-reports=no
+score=no
 
 [TYPECHECK]
 # For attrs
diff --git a/requirements_test.txt b/requirements_test.txt
index f8fba663bcb5026f89158e56a18092606131fb3d..dae60b746530cd7ad56e30ebd6954b13454c1d28 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -8,8 +8,8 @@ codecov==2.0.15
 mock-open==1.3.1
 mypy==0.740
 pre-commit==1.20.0
-pylint==2.4.3
-astroid==2.3.2
+pylint==2.4.4
+astroid==2.3.3
 pytest-aiohttp==0.3.0
 pytest-cov==2.8.1
 pytest-sugar==0.9.2