NLP4ALL / nlp4all

NLP4All is a learning platform for educational institutions to help students that are not in data-oriented fields to understand natural language processing techniques and applications.
1 stars 0 forks source link

Bump astroid from 2.12.13 to 2.14.2 #125

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps astroid from 2.12.13 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)