Skip to content

build(deps): bump astroid from 2.11.2 to 2.12.3#583

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps astroid from 2.11.2 to 2.12.3.

Changelog

Sourced from astroid's changelog.

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.

  • Don't add dataclass fields annotated with KW_ONLY to the list of fields.

    Refs PyCQA/pylint#5767

What's New in astroid 2.12.2?

Release date: 2022-07-12

  • Fixed crash in modulo operations for divisions by zero.

    Closes #1700

  • Fixed crash with recursion limits during inference.

    Closes #1646

What's New in astroid 2.12.1?

Release date: 2022-07-10

  • Fix a crash when inferring old-style string formatting (%) using tuples.

... (truncated)

Commits
  • 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)
  • 93a397a Bump wrapt to 1.14 (#1745)
  • bf51f77 Fix crash with inference of type-annotated Enum classes (#1743)
  • 6b39819 Fix a crash inferring invalid string formatting with %
  • 76bba96 Fix crash in ExplicitNamespacePackageFinder (#1714)
  • eb13f96 Fix false positive with inference of type-annotated Enum classes. (#1734)
  • 6be6ec7 Fixes #1717 - ignore FutureWarnings which are raised by pandas (#1719)
  • 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.3.
- [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.3)

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

Code Climate has analyzed commit aaa0486 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 Aug 25, 2022

Superseded by #584.

@dependabot dependabot bot closed this Aug 25, 2022
@dependabot dependabot bot deleted the dependabot/pip/astroid-2.12.3 branch August 25, 2022 13:14
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