Skip to content

Bump astroid from 2.5.6 to 2.11.5#95

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/astroid-2.11.5
Closed

Bump astroid from 2.5.6 to 2.11.5#95
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/astroid-2.11.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 16, 2022

Copy link
Copy Markdown
Contributor

Bumps astroid from 2.5.6 to 2.11.5.

Changelog

Sourced from astroid's changelog.

What's New in astroid 2.11.5?

Release date: 2022-05-09

  • Fix crash while obtaining object_type() of an Unknown node.

    Refs PyCQA/pylint#6539

  • Fix a bug where in attempting to handle the patching of distutils by virtualenv, library submodules called distutils (e.g. numpy.distutils) were included also.

    Refs PyCQA/pylint#6497

What's New in astroid 2.11.4?

Release date: 2022-05-02

  • Fix col_offset attribute for nodes involving with on PyPy.

  • Fixed a crash involving two starred expressions: one inside a comprehension, both inside a call.

    Refs PyCQA/pylint#6372

  • Made FunctionDef.implicit_parameters return 1 for methods by making FunctionDef.is_bound return True, as it does for class methods.

    Closes PyCQA/pylint#6464

  • Fixed a crash when _filter_stmts encounters an EmptyNode.

    Closes PyCQA/pylint#6438

What's New in astroid 2.11.3?

Release date: 2022-04-19

What's New in astroid 2.11.2?

Release date: 2022-03-26

... (truncated)

Commits
  • 218ed2b Bump astroid to 2.11.5, update changelog
  • fb553fd Fix crash while obtaining object_type() of an Unknown node (#1547)
  • 2d83696 Prevent special case for virtualenv's patching of distutils from catching...
  • 5f30afe Bump astroid to 2.11.4, update changelog
  • 2b19658 Improve recognition of _io module during bootstrapping on PyPy (#1529)
  • 2e383f3 Fix a crash involving two starred expressions inside a call (#1535)
  • be9235c Make FunctionDef.implicit_parameters return 1 for methods (#1531)
  • 377c0ed Fix a crash when _filter_stmts encounters an EmptyNode (#1534)
  • b167e3a Fix col_offset attribute for nodes involving with on PyPy (#1520)
  • 36b81ea Bump astroid to 2.11.3, 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.11.5.
- [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.11.5)

---
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 May 16, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jun 20, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #97.

@dependabot dependabot Bot closed this Jun 20, 2022
@dependabot dependabot Bot deleted the dependabot/pip/astroid-2.11.5 branch June 20, 2022 04:09
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.

0 participants