Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps astroid from 2.5.6 to 2.12.12.

Changelog

Sourced from astroid's changelog.

What's New in astroid 2.12.12?

Release date: 2022-10-19

  • Add the length parameter to hash.digest & hash.hexdigest in the hashlib brain.

    Refs PyCQA/pylint#4039

  • Prevent a crash when a module's __path__ attribute is unexpectedly missing.

    Refs PyCQA/pylint#7592

  • Fix inferring attributes with empty annotation assignments if parent class contains valid assignment.

    Refs PyCQA/pylint#7631

What's New in astroid 2.12.11?

Release date: 2022-10-10

  • Improve detection of namespace packages for the modules with __spec__ set to None.

    Closes PyCQA/pylint#7488.

  • Fixed a regression in the creation of the __init__ of dataclasses with multiple inheritance.

    Closes PyCQA/pylint#7434

What's New in astroid 2.12.10?

Release date: 2022-09-17

  • Fixed a crash when introspecting modules compiled by cffi.

    Closes #1776 Closes PyCQA/pylint#7399

  • decorators.cached now gets its cache cleared by calling AstroidManager.clear_cache.

    Refs #1780

What's New in astroid 2.12.9?

Release date: 2022-09-07

... (truncated)

Commits
  • 52f6d2d Bump astroid to 2.12.12, update changelog
  • 19623e7 Fix getattr inference with empty annotation assignments (#1834)
  • a0ee56c Move changelog entry for dataclasses regression (#1835)
  • a97d958 Prevent a crash when a module's __path__ is missing
  • fccbc97 Update the hashlib brain hash.digest & hash.hexdigest methods. (#...
  • db46a70 Fix regression in the creation of the __init__ of dataclasses (#1812)
  • f2308bc Bump astroid to 2.12.11, update changelog
  • b05a51f improve is_namespace check
  • eafc0ff Add _value2member_map_ member to the enum brain. (#1820)
  • 9c3b002 Bump astroid to 2.12.10, 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.12.
- [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.12)

---
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 Oct 24, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2022

Superseded by #112.

@dependabot dependabot bot closed this Nov 21, 2022
@dependabot dependabot bot deleted the dependabot/pip/astroid-2.12.12 branch November 21, 2022 04:08
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