Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump astroid from 2.12.2 to 2.14.2 #211

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps astroid from 2.12.2 to 2.14.2.

Changelog

Sourced from astroid's changelog.

What's New in astroid 2.14.2?

Release date: 2023-02-12

  • '_infer_str_format_call' won't crash anymore when the string it analyses are uninferable.

    Closes PyCQA/pylint#8109

What's New in astroid 2.14.1?

Release date: 2023-01-31

  • Revert CallContext change as it caused a RecursionError regression.

What's New in astroid 2.14.0?

Release date: 2023-01-31

  • Add support for inferring binary union types added in Python 3.10.

    Refs PyCQA/pylint#8119

  • Capture and log messages emitted when inspecting a module for astroid.

    Closes #1904

What's New in astroid 2.13.5?

Release date: 2023-01-31

  • Revert CallContext change as it caused a RecursionError regression.

What's New in astroid 2.13.4?

Release date: 2023-01-31

  • Fix issues with typing_extensions.TypeVar.

  • Fix ClassDef.fromlino for PyPy 3.8 (v7.3.11) if class is wrapped by a decorator.

  • Preserve parent CallContext when inferring nested functions.

    Closes PyCQA/pylint#8074

  • Add Lock to the multiprocessing brain.

... (truncated)

Commits
  • 4182d0e Bump astroid to 2.14.2, update changelog
  • 4af956c Fix '_infer_str_format_call' crash when the string it analyses are uninferabl...
  • c47d3b9 Revert "Declare support for Python 3.11 (#2018) (#2019)"
  • adc1cc7 Declare support for Python 3.11 (#2018) (#2019)
  • b421414 Release 2.14.1 (#2004)
  • 4cba686 Merge remote-tracking branch 'upstream/maintenance/2.13.x' into maintenance/2...
  • de9736d Release 2.13.5 (#2003)
  • 56582d5 Revert CallContext change since it caused a RecursionError regression (#2000)...
  • af92f23 [Backport 2.13.x] Revert CallContext change since it caused a RecursionError ...
  • b644c1e Release 2.14.0 (#1998)
  • 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.12.2 to 2.14.2.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v2.12.2...v2.14.2)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2023

Superseded by #217.

@dependabot dependabot bot closed this Mar 6, 2023
@dependabot dependabot bot deleted the dependabot/pip/astroid-2.14.2 branch March 6, 2023 14:02
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