Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps astroid from 2.5.6 to 2.12.5.

Changelog

Sourced from astroid's changelog.

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.

    Closes #1708

  • Fix unhandled FutureWarning from pandas import in cython modules

    Closes #1717

  • Fix false positive with inference of type-annotated Enum classes.

    Refs PyCQA/pylint#7265

  • Fix crash with inference of type-annotated Enum classes where the member has no value.

  • Fix a crash inferring invalid old-style string formatting with %.

    Closes #1737

  • Fix false positive with inference of http module when iterating HTTPStatus.

    Refs PyCQA/pylint#7307

  • Bumped minimum requirement of wrapt to 1.14 on Python 3.11.

... (truncated)

Commits
  • 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
  • d463bd2 Fix crash involving non-standard type comments (#1753)
  • 060cefa Bump astroid to 2.12.3, update changelog
  • d0ecb2a Remove str instance in model of BaseException.attrs (#1749)
  • 823e802 Fix false positive with inference of http module (#1742)
  • e1d1783 Don't add KW_ONLY fields to dataclass fields (#1746)
  • 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.5.
- [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.5)

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

dependabot bot commented on behalf of github Sep 12, 2022

Superseded by #104.

@dependabot dependabot bot closed this Sep 12, 2022
@dependabot dependabot bot deleted the dependabot/pip/astroid-2.12.5 branch September 12, 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