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

Update dependency astroid to v3.1.0 (main) #51

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astroid ==3.0.1 -> ==3.1.0 age adoption passing confidence

Release Notes

pylint-dev/astroid (astroid)

v3.1.0

Compare Source

============================
Release date: 2024-02-23

  • Include PEP 695 (Python 3.12) generic type syntax nodes in get_children(),
    allowing checkers to visit them.

    Refs pylint-dev/pylint#9193

  • Add __main__ as a possible inferred value for __name__ to improve
    control flow inference around if __name__ == "__main__": guards.

    Closes #​2071

  • Following a deprecation period, the names arg to the Import constructor and
    the op arg to the BoolOp constructor are now required, and the doc args
    to the PartialFunction and Property constructors have been removed (call
    postinit(doc_node=...) instead.)

  • Following a deprecation announced in astroid 1.5.0, the alias AstroidBuildingException is removed in favor of AstroidBuildingError.

  • Include modname in AST warnings. Useful for invalid escape sequence warnings
    with Python 3.12.

  • RecursionError is now trapped and logged out as UserWarning during astroid node transformations with instructions about raising the system recursion limit.

    Closes pylint-dev/pylint#8842

  • Suppress SyntaxWarning for invalid escape sequences on Python 3.12 when parsing modules.

    Closes pylint-dev/pylint#9322

v3.0.3

Compare Source

============================
Release date: 2024-02-04

v3.0.2

Compare Source

============================
Release date: 2023-12-12

  • Avoid duplicate inference results for some uses of typing.X constructs like
    Tuple[Optional[int], ...]. This was causing pylint to occasionally omit
    messages like deprecated-typing-alias.

    Closes pylint-dev/pylint#9220


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/main-astroid-3.x branch from de53a02 to 7a8f1e9 Compare February 5, 2024 05:26
@renovate renovate bot changed the title Update dependency astroid to v3.0.2 (main) Update dependency astroid to v3.0.3 (main) Feb 5, 2024
@renovate renovate bot force-pushed the renovate/main-astroid-3.x branch from 7a8f1e9 to 4c9ecd8 Compare February 23, 2024 16:50
@renovate renovate bot changed the title Update dependency astroid to v3.0.3 (main) Update dependency astroid to v3.1.0 (main) Feb 23, 2024
@freiheit freiheit closed this Mar 1, 2024
Copy link
Contributor Author

renovate bot commented Mar 1, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==3.1.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/main-astroid-3.x branch March 1, 2024 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant