Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

build(deps): Bump astroid from 2.12.10 to 2.12.12 in /package-parser #1098

Merged
merged 1 commit into from
Nov 2, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

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

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)
  • See full diff 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)

@dependabot dependabot bot requested a review from lars-reimann as a code owner November 1, 2022 22:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/package-parser/astroid-2.12.12 branch 7 times, most recently from 5615840 to 7d64971 Compare November 2, 2022 09:07
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.12.10 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@v2.12.10...v2.12.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/package-parser/astroid-2.12.12 branch from 7d64971 to 5ad8440 Compare November 2, 2022 09:09
@lars-reimann lars-reimann merged commit 3898a86 into main Nov 2, 2022
@lars-reimann lars-reimann deleted the dependabot/pip/package-parser/astroid-2.12.12 branch November 2, 2022 09:13
@github-actions
Copy link

github-actions bot commented Nov 9, 2022

🎉 This PR is included in version 1.65.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Included in a release label Nov 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant