Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps astroid from 2.5.6 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)

Bumps [astroid](https://github.com/PyCQA/astroid) from 2.5.6 to 2.12.2.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@astroid-2.5.6...v2.12.2)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 18, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 29, 2022

Superseded by #102.

@dependabot dependabot bot closed this Aug 29, 2022
@dependabot dependabot bot deleted the dependabot/pip/astroid-2.12.2 branch August 29, 2022 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant