systeminformer icon indicating copy to clipboard operation
systeminformer copied to clipboard

Bump astroid from 2.8.3 to 2.12.2

Open dependabot[bot] opened this issue 2 years ago • 0 comments

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 as None) 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

    Closes #4040, #5378

  • 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 Python 3.11. The flags now come from re._compile.

  • Build nodes.Module for frozen modules which have location information in their ModuleSpec.

    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 changelog
  • 199d9e7 [pre-commit.ci] pre-commit autoupdate (#1707)
  • 162f8ed Add some implicit typing (#1706)
  • 5fa001f Catch RecursionError in raise_if_nothing_inferred (#1705)
  • 9940888 Bump runners to 3.10 (#1704)
  • 153ca73 Prevent applying boolean ops to NotImplemented (#1702)
  • 875d42e Only infer module operations on string Const nodes (#1701)
  • fbb6941 Make the potential attributes of all exceptions explicit
  • 2787190 [contributors] Remove the logilab alias, we can show individual
  • ab469e2 Bump astroid to 2.12.1, update changelog
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

dependabot[bot] avatar Jul 13 '22 09:07 dependabot[bot]

Superseded by #117.

dependabot[bot] avatar Aug 24 '22 09:08 dependabot[bot]