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:
v5.5.0->v5.6.0==1.0.0->==1.1.0==7.6->==7.7==7.6->==7.7==4.3.7->==4.3.8==3.3.6->==3.3.7v2.0.0->v2.1.0v2.11.1->v2.12.0==20.30.0->==20.31.1Release Notes
actions/setup-python (actions/setup-python)
v5.6.0Compare Source
What's Changed
Full Changelog: actions/setup-python@v5...v5.6.0
python/mypy_extensions (mypy-extensions)
v1.1.0Compare Source
lelit/pglast (pglast)
v7.7Compare Source
tox-dev/platformdirs (platformdirs)
v4.3.8Compare Source
pylint-dev/pylint (pylint)
v3.3.7Compare Source
What's new in Pylint 3.3.7?
Release date: 2025-05-04
False Positives Fixed
Comparisons between two calls to
type()won't raise anunidiomatic-typecheckwarning anymore, consistent with the behavior applied only for==previously.Closes #10161
Other Bug Fixes
Fixed a crash when importing a class decorator that did not exist with the same name as a class attribute after the class definition.
Closes #10105
Fix a crash caused by malformed format strings when using
.formatwith keyword arguments.Closes #10282
Using a slice as a class decorator now raises a
not-callablemessage instead of crashing. A lot of checks that dealt with decorators (too many to list) are now shortcut if the decorator can't immediately be inferred to a function or class definition.Closes #10334
Other Changes
The algorithm used for
no-membersuggestions is now more efficient and cuts thecalculation when the distance score is already above the threshold.
Refs #10277
slackapi/slack-github-action (slackapi/slack-github-action)
v2.1.0Compare Source
step-security/harden-runner (step-security/harden-runner)
v2.12.0Compare Source
What's Changed
A new option,
disable-sudo-and-containers, is now available to replace thedisable-sudo policy, addressing Docker-based privilege escalation (CVE-2025-32955). More details can be found in this blog post.New detections have been added based on insights from the tj-actions and reviewdog actions incidents.
Full Changelog: step-security/harden-runner@v2...v2.12.0
pypa/virtualenv (virtualenv)
v20.31.1Compare Source
What's Changed
Full Changelog: pypa/virtualenv@20.31.0...20.31.1
v20.31.0Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@20.30.0...20.31.0
Configuration
📅 Schedule: Branch creation - "every month" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.