diff --git a/setup.py b/setup.py index 40daf8db..02668895 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "pytest-cov", "pytest-mock", "pytest-test-utils", - "pylint==3.0.3", + "pylint==3.0.4", # we use this to suppress some messages in tests, eg: foo/bar naming, # and, protected method calls in our tests "pylint-plugin-utils",