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.12 to 2.12.13 #80

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps astroid from 2.12.12 to 2.12.13.

Changelog

Sourced from astroid's changelog.

What's New in astroid 2.12.13?

Release date: 2022-11-19

  • Prevent returning an empty list for ClassDef.slots() when the mro list contains one class & it is not object.

    Refs PyCQA/pylint#5099

  • Prevent a crash when inferring calls to str.format with inferred arguments that would be invalid.

    Closes #1856

  • Infer the length argument of the random.sample function.

    Refs PyCQA/pylint#7706

  • Catch ValueError when indexing some builtin containers and sequences during inference.

    Closes #1843

Commits
  • 8bdec59 Bump astroid to 2.12.13, update changelog
  • d89beaf Move _value2member_map_ changelog back to 2.12.11 (#1874)
  • 0deb805 Fix uncaught ValueError in infer_getitem with zero-step slices (#1844)
  • 5ce40b1 Prevent a crash when inferring calls to str.format with invalid args (#1866)
  • b20dafc Move changelog entries to 2.12.13 (#1863)
  • e1aabb7 Infer the length argument of the random.sample function. (#1862)
  • 7dab003 CI improvements (#1860)
  • a48a915 Prevent returning an empty list for ClassDef.slots() (#1861)
  • 2713ebe Add PyPI deployment environment [ci] (#1855)
  • 8397711 Confirm changes before tbump commit (#1846)
  • 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)