pylint reqs: Update pylint/astroid to 1.4.6/1.5.6

pylint:

* config files with BOM markers can now be read.
* epylint.py_run does not crash on big files, using .communicate()
  instead of .wait()

astroid:

* Fix a crash which occurred when the class of a namedtuple could not be
  inferred.
* Functional form of enums support accessing values through __call__.
* Brain tips for the ssl library.
This commit is contained in:
Florian Bruhin 2016-06-06 17:14:59 +02:00
parent d91f4e13d0
commit a5f12430ad

View File

@ -1,7 +1,7 @@
astroid==1.4.5
astroid==1.4.6
colorama==0.3.7
lazy-object-proxy==1.2.2
pylint==1.5.5
pylint==1.5.6
requests==2.10.0
six==1.10.0
wrapt==1.10.8