Open
Conversation
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.2.4->==3.3.8Release Notes
pylint-dev/astroid (astroid)
v3.3.8Compare Source
============================
Release date: 2024-12-23
Fix inability to import
collections.abcin python 3.13.1. The reported fixes in astroid 3.3.6and 3.3.7 did not actually fix this issue.
Closes pylint-dev/pylint#10112
v3.3.7Compare Source
============================
Release date: 2024-12-20
This release was yanked.
Fix inability to import
collections.abcin python 3.13.1. The reported fix in astroid 3.3.6did not actually fix this issue.
Closes pylint-dev/pylint#10112
v3.3.6Compare Source
============================
Release date: 2024-12-08
Fix inability to import
collections.abcin python 3.13.1.Closes pylint-dev/pylint#10112
Fix crash when typing._alias() call is missing arguments.
Closes #2513
v3.3.5Compare Source
============================
Release date: 2024-10-04
Control setting local nodes outside of the supposed local's constructor.
Closes #1490
Fix Python 3.13 compatibility re:
collections.abcCloses pylint-dev/pylint#10000
v3.3.4Compare Source
============================
Release date: 2024-09-23
Fix regression with f-string inference.
Closes pylint-dev/pylint#9947
Fix bug with
manager.clear_cache()not fully clearing cache.Refs https://github.com/pylint-dev/pylint/pull/9932#issuecomment-2364985551
Fix a crash from inferring empty format specs.
Closes pylint-dev/pylint#9945
v3.3.3Compare Source
============================
Release date: 2024-09-20
Fix inference regression with property setters.
Closes pylint-dev/pylint#9811
Add annotation-only instance attributes to attrs classes to fix
no-memberfalse positives.Closes #2514
v3.3.2Compare Source
============================
Release date: 2024-08-11
Restore support for soft-deprecated members of the
typingmodule with python 3.13.Refs pylint-dev/pylint#9852
v3.3.1Compare Source
============================
Release date: 2024-08-06
Fix a crash introduced in 3.3.0 involving invalid format strings.
Closes #2492
v3.3.0Compare Source
============================
Release date: 2024-08-04
Add support for Python 3.13.
Remove support for Python 3.8 (and constants
PY38,PY39_PLUS, andPYPY_7_3_11_PLUS).Refs #2443
Add the
__annotations__attribute to theClassDefobject model.Closes pylint-dev/pylint#7126
Implement inference for JoinedStr and FormattedValue
Add support for
ssl.OP_LEGACY_SERVER_CONNECT(new in Python 3.12).Closes pylint-dev/pylint#9849
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.
This PR was generated by Mend Renovate. View the repository job log.