From 80d2e25be500cc528cb32dbdaf8c7853b9ab4305 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Mon, 12 Apr 2021 21:51:07 +0800 Subject: [PATCH] src/meta-openembedded:python3-astroid: upgrade 2.5.2 -> 2.5.3 What's New in astroid 2.5.3? ============================ Release Date: 2021-04-10 * Takes into account the fact that subscript inferring for a ClassDef may involve __class_getitem__ method * Reworks the `collections` and `typing` brain so that `pylint`s acceptance tests are fine. Closes PyCQA/pylint#4206 * Use ``inference_tip`` for ``typing.TypedDict`` brain. * Fix mro for classes that inherit from typing.Generic * Add inference tip for typing.Generic and typing.Annotated with ``__class_getitem__`` Closes PyCQA/pylint#2822 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- src/meta-openembedded | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta-openembedded b/src/meta-openembedded index 44277ef50ab..b06d10f7dec 160000 --- a/src/meta-openembedded +++ b/src/meta-openembedded @@ -1 +1 @@ -Subproject commit 44277ef50aba4858ec77b6ce329d2230ad2d503a +Subproject commit b06d10f7dec7c1194b86e80ae84c71dd9df9c6f8