Update dependency astroid to v2.13.2 #33
Reference in New Issue
Block a user
Delete Branch "renovate/astroid-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==2.12.13->==2.13.2Release Notes
PyCQA/astroid
v2.13.2Compare Source
=============================
Release date: 2023-01-08
Removed version conditions on typing_extensions dependency. Removed typing_extensions from
our tests requirements as it was preventing issues to appear in our continuous integration.
Closes #1945
v2.13.1Compare Source
=============================
Release date: 2023-01-08
Bumping typing_extensions to 4.0.0 that is required when using
SelfCloses #1942
v2.13.0Compare Source
=============================
Release date: 2023-01-07
Fixed importing of modules that have the same name as the file that is importing.
astroidwill now correctly handle animport mathstatement in a file calledmath.pyby relying on the import system.
Refs PyCQA/pylint#5151
Create
ContextManagerModeland letGeneratorModelinherit from it.Refs PyCQA/pylint#2567
Added a
regexbrain.Refs PyCQA/pylint#1911
Support "is None" constraints from if statements during inference.
Ref #791
Ref PyCQA/pylint#157
Ref PyCQA/pylint#1472
Ref PyCQA/pylint#2016
Ref PyCQA/pylint#2631
Ref PyCQA/pylint#2880
v2.12.14Compare Source
==============================
Release date: 2023-01-06
Handle the effect of properties on the
__init__of a dataclass correctly.Closes PyCQA/pylint#5225
Handle the effect of
kw_only=Truein dataclass fields correctly.Closes PyCQA/pylint#7623
Handle the effect of
init=Falsein dataclass fields correctly.Closes PyCQA/pylint#7291
Fix crash if
numpymodule doesn't haveversionattribute.Refs PyCQA/pylint#7868
Handle
AttributeErrorduringstr.formattemplate inference tip evaluationCloses PyCQA/pylint#1902
Add the
masked_invalidfunction in thenumpy.mabrain.Closes PyCQA/pylint#5715
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
Kudos, SonarCloud Quality Gate passed!