Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump astroid from 2.11.2 to 2.11.5 #560

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2022

Bumps astroid from 2.11.2 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

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.11.2 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@v2.11.2...v2.11.5)

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

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

codeclimate bot commented May 9, 2022

Code Climate has analyzed commit 424c83c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 14, 2022

Superseded by #567.

@dependabot dependabot bot closed this Jun 14, 2022
@dependabot dependabot bot deleted the dependabot/pip/astroid-2.11.5 branch June 14, 2022 13:16
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