Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2022

Bumps astroid from 2.5.6 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

What's New in astroid 2.12.12?

Release date: 2022-10-19

  • Add the length parameter to hash.digest & hash.hexdigest in the hashlib brain.

    Refs PyCQA/pylint#4039

  • Prevent a crash when a module's __path__ attribute is unexpectedly missing.

    Refs PyCQA/pylint#7592

  • Fix inferring attributes with empty annotation assignments if parent class contains valid assignment.

    Refs PyCQA/pylint#7631

What's New in astroid 2.12.11?

Release date: 2022-10-10

  • Add _value2member_map_ member to the enum brain.

    Refs PyCQA/pylint#3941

  • Improve detection of namespace packages for the modules with __spec__ set to None.

    Closes PyCQA/pylint#7488.

... (truncated)

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)

Bumps [astroid](https://github.com/PyCQA/astroid) from 2.5.6 to 2.12.13.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@astroid-2.5.6...v2.12.13)

---
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 Nov 21, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2023

Superseded by #114.

@dependabot dependabot bot closed this Jan 9, 2023
@dependabot dependabot bot deleted the dependabot/pip/astroid-2.12.13 branch January 9, 2023 04: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.

1 participant