From a5f12430ad6bb0d8b73172c4573d8a392f6e26b2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 6 Jun 2016 17:14:59 +0200 Subject: [PATCH] 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. --- misc/requirements/requirements-pylint.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/requirements/requirements-pylint.txt b/misc/requirements/requirements-pylint.txt index ff41e26fe..b5cc6d479 100644 --- a/misc/requirements/requirements-pylint.txt +++ b/misc/requirements/requirements-pylint.txt @@ -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