Skip to content

build(deps): bump astroid from 2.11.2 to 2.12.7#589

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/astroid-2.12.7
Closed

build(deps): bump astroid from 2.11.2 to 2.12.7#589
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/astroid-2.12.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2022

Bumps astroid from 2.11.2 to 2.12.7.

Changelog

Sourced from astroid's changelog.

What's New in astroid 2.12.7?

Release date: 2022-09-06

  • Fixed a crash in the dataclass brain for uninferable bases.

    Closes PyCQA/pylint#7418

What's New in astroid 2.12.6?

Release date: 2022-09-05

  • Fix a crash involving Uninferable arguments to namedtuple().

    Closes PyCQA/pylint#7375

  • The dataclass brain now understands the kw_only keyword in dataclass decorators.

    Closes PyCQA/pylint#7290

What's New in astroid 2.12.5?

Release date: 2022-08-29

  • Prevent first-party imports from being resolved to site-packages.

    Refs PyCQA/pylint#7365

  • Fix astroid.interpreter._import.util.is_namespace() incorrectly returning True for frozen stdlib modules on PyPy.

    Closes #1755

What's New in astroid 2.12.4?

Release date: 2022-08-25

  • Fixed a crash involving non-standard type comments such as # type: # any comment.

    Refs PyCQA/pylint#7347

What's New in astroid 2.12.3?

Release date: 2022-08-23

  • Fixed crash in ExplicitNamespacePackageFinder involving _SixMetaPathImporter.

... (truncated)

Commits
  • b2dbf7b Bump astroid to 2.12.7, update changelog
  • fbe7859 Fix crash in dataclass brain (#1768)
  • e194631 Bump astroid to 2.12.6, update changelog
  • 1f5dc45 Handle dataclass kw_only keyword correctly (#1764)
  • 8f8448e Fix a crash involving Uninferable args to namedtuple (#1763)
  • c313631 Bump astroid to 2.12.5, update changelog
  • 8852ecd Prevent first-party imports from being resolved to site-packages (#1756)
  • 92529b5 Add a comment about missing __spec__ on PyPy (#1758)
  • ef55fd3 Fix namespace package detection for frozen stdlib modules on PyPy (#1757)
  • 7fba17d Bump astroid to 2.12.4, 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.12.7.
- [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.12.7)

---
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 Sep 6, 2022
@qlty-cloud-legacy
Copy link
Copy Markdown

Code Climate has analyzed commit c631196 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
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Sep 7, 2022

Superseded by #590.

@dependabot dependabot bot closed this Sep 7, 2022
@dependabot dependabot bot deleted the dependabot/pip/astroid-2.12.7 branch September 7, 2022 13:10
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