Update dependency astroid to v2.13.2 #33
Loading…
x
Reference in New Issue
Block a user
No description provided.
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.2
Release Notes
PyCQA/astroid
v2.13.2
Compare 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.1
Compare Source
=============================
Release date: 2023-01-08
Bumping typing_extensions to 4.0.0 that is required when using
Self
Closes #1942
v2.13.0
Compare Source
=============================
Release date: 2023-01-07
Fixed importing of modules that have the same name as the file that is importing.
astroid
will now correctly handle animport math
statement in a file calledmath.py
by relying on the import system.
Refs PyCQA/pylint#5151
Create
ContextManagerModel
and letGeneratorModel
inherit from it.Refs PyCQA/pylint#2567
Added a
regex
brain.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.14
Compare 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=True
in dataclass fields correctly.Closes PyCQA/pylint#7623
Handle the effect of
init=False
in dataclass fields correctly.Closes PyCQA/pylint#7291
Fix crash if
numpy
module doesn't haveversion
attribute.Refs PyCQA/pylint#7868
Handle
AttributeError
duringstr.format
template inference tip evaluationCloses PyCQA/pylint#1902
Add the
masked_invalid
function in thenumpy.ma
brain.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!![Quality Gate passed Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png)