pylint requirements: Update astroid to 1.4.8

* Add `returns` into the proper order in FunctionDef._astroid_fields

  The order is important, since it determines the last child,
  which in turn determines the last line number of a scoped node.
This commit is contained in:
Florian Bruhin 2016-07-27 06:32:29 +02:00
parent f460a225ef
commit 94f006a675

View File

@ -1,6 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
astroid==1.4.7
astroid==1.4.8
isort==4.2.5
lazy-object-proxy==1.2.2
mccabe==0.5.0