systeminformer
systeminformer copied to clipboard
Bump astroid from 2.8.3 to 2.12.2
Bumps astroid from 2.8.3 to 2.12.2.
Changelog
Sourced from astroid's changelog.
What's New in astroid 2.12.2?
Release date: 2022-07-12
Fixed crash in modulo operations for divisions by zero.
Closes #1700
Fixed crash with recursion limits during inference.
Closes #1646
What's New in astroid 2.12.1?
Release date: 2022-07-10
Fix a crash when inferring old-style string formatting (
%
) using tuples.Fix a crash when
None
(or a value inferred asNone
) participates in a**
expression.Fix a crash involving properties within
if
blocks.What's New in astroid 2.12.0?
Release date: 2022-07-09
Fix signal has no
connect
member for PySide2 5.15.2+ and PySide6
astroid
now requires Python 3.7.2 to run.Avoid setting a Call as a base for classes created using
six.with_metaclass()
.Refs PyCQA/pylint#5935
Fix detection of builtins on
PyPy
3.9.Fix
re
brain on Python3.11
. The flags now come fromre._compile
.Build
nodes.Module
for frozen modules which have location information in theirModuleSpec
.Closes #1512
The
astroid.mixins
module has been deprecated and marked for removal in 3.0.0.Closes #1633
... (truncated)
Commits
14a0d65
Bump astroid to 2.12.2, update changelog199d9e7
[pre-commit.ci] pre-commit autoupdate (#1707)162f8ed
Add some implicit typing (#1706)5fa001f
Catch RecursionError inraise_if_nothing_inferred
(#1705)9940888
Bump runners to3.10
(#1704)153ca73
Prevent applying boolean ops toNotImplemented
(#1702)875d42e
Only infer module operations on stringConst
nodes (#1701)fbb6941
Make the potential attributes of all exceptions explicit2787190
[contributors] Remove the logilab alias, we can show individualab469e2
Bump astroid to 2.12.1, update changelog- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Superseded by #117.