Skip to content

chore(deps): update astroid requirement from ~=2.9 to ~=2.12#762

Merged
KazuCocoa merged 1 commit intomasterfrom
dependabot/pip/astroid-approx-eq-2.12
Sep 2, 2022
Merged

chore(deps): update astroid requirement from ~=2.9 to ~=2.12#762
KazuCocoa merged 1 commit intomasterfrom
dependabot/pip/astroid-approx-eq-2.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2022

Updates the requirements on astroid to permit the latest version.

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 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)

Updates the requirements on [astroid](https://github.com/PyCQA/astroid) to permit the latest version.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v2.9.0...v2.12.5)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 29, 2022
@KazuCocoa KazuCocoa merged commit 89193b9 into master Sep 2, 2022
@KazuCocoa KazuCocoa deleted the dependabot/pip/astroid-approx-eq-2.12 branch September 2, 2022 00:57
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