Use a newer pylint

This ensures the new exclusion syntax is accepted, which is required
to ignore the Protobuf-generated files which have numerous lint warnings.
This commit is contained in:
joeduffy 2018-02-24 09:34:34 -08:00
parent 4de49a8600
commit 4f591bed76

View file

@ -1,4 +1,4 @@
google==2.0.1
grpcio==1.9.1
pylint==1.6.0
pylint==1.8.2
six==1.11.0