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

⬆️ Bump astroid from 2.11.2 to 2.11.6 #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2022

Bumps astroid from 2.11.2 to 2.11.6.

Changelog

Sourced from astroid's changelog.

What's New in astroid 2.11.6?

Release date: 2022-06-13

  • The Qt brain now correctly treats calling .disconnect() (with no arguments) on a slot as valid.

  • The argparse brain no longer incorrectly adds "Namespace" to the locals of functions that return an argparse.Namespace object.

    Refs PyCQA/pylint#6895

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

... (truncated)

Commits
  • 8088350 Bump astroid to 2.11.6, update changelog
  • 824abdb argparse brain: avoid spurious addition of "namespace" to function locals
  • b30977e qt brain: Make slot argument optional for disconnect() (#1550)
  • 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)
  • 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.6.
- [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.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 14, 2022
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants