Upgrade to release 2.8.5:
- Use more permissive versions for the typed-ast dependencie
(<2.0 instead of <1.5)
- Fix crash on inference of __len__.
- Added missing kind (for Const) and conversion (for
FormattedValue) fields to repr.
- Fix crash with assignment expressions, nested if expressions and
filtering of statements
- Fix incorrect filtering of assignment expressions statements
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>