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:
parent
d91f4e13d0
commit
a5f12430ad
@ -1,7 +1,7 @@
|
|||||||
astroid==1.4.5
|
astroid==1.4.6
|
||||||
colorama==0.3.7
|
colorama==0.3.7
|
||||||
lazy-object-proxy==1.2.2
|
lazy-object-proxy==1.2.2
|
||||||
pylint==1.5.5
|
pylint==1.5.6
|
||||||
requests==2.10.0
|
requests==2.10.0
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
wrapt==1.10.8
|
wrapt==1.10.8
|
||||||
|
Loading…
Reference in New Issue
Block a user