chore(deps): update dependency astroid to v3.3.11 #56
No reviewers
Labels
No labels
renovate-bot
renovate-security
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ForgeFlux/ftest-common-py!56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/astroid-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==3.2.4->==3.3.11Release Notes
pylint-dev/astroid (astroid)
v3.3.11Compare Source
=============================
Release date: 2025-07-13
Fix a crash when parsing an empty arbitrary expression with
extract_node(extract_node("__()")).Closes #2734
Fix a crash when parsing a slice called in a decorator on a function that is also decorated with
a known
sixdecorator.Closes #2721
v3.3.10Compare Source
=============================
Release date: 2025-05-10
Avoid importing submodules sharing names with standard library modules.
Closes #2684
Fix bug where
pylint code.custom_extensionwould analyzecode.pyorcode.pyiinstead if they existed.Closes pylint-dev/pylint#3631
v3.3.9Compare Source
============================
Release date: 2025-03-09
Fix crash when
sys.modulescontains lazy loader objects during checking.Closes #2686
Closes pylint-dev/pylint#8589
Upload release assets to PyPI via Trusted Publishing.
Refs pylint-dev/pylint#10256
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.It was later found that this did not resolve the linked issue. It was fixed in astroid 3.3.7
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 pylint-dev/pylint#9932 (comment)
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: 2025-07-13
Fix a crash when parsing an empty arbitrary expression with
extract_node(extract_node("__()")).Closes #2734
Fix a crash when parsing a slice called in a decorator on a function that is also decorated with
a known
sixdecorator.Closes #2721
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 has been generated by Renovate Bot.
30be1d55335150817b46chore(deps): update dependency astroid to v3.3.0to chore(deps): update dependency astroid to v3.3.15150817b466cda40a1c5chore(deps): update dependency astroid to v3.3.1to chore(deps): update dependency astroid to v3.3.26cda40a1c5555d879e98555d879e98a4e4d035f8chore(deps): update dependency astroid to v3.3.2to chore(deps): update dependency astroid to v3.3.3a4e4d035f8f90c0d1cacchore(deps): update dependency astroid to v3.3.3to chore(deps): update dependency astroid to v3.3.4f90c0d1cac5a675be7c1chore(deps): update dependency astroid to v3.3.4to chore(deps): update dependency astroid to v3.3.55a675be7c1826030b9f7chore(deps): update dependency astroid to v3.3.5to chore(deps): update dependency astroid to v3.3.7826030b9f7e227939212chore(deps): update dependency astroid to v3.3.7to chore(deps): update dependency astroid to v3.3.8e227939212b633496452chore(deps): update dependency astroid to v3.3.8to chore(deps): update dependency astroid to v3.3.9b633496452tob01d1dc953b01d1dc953to166d8a16bechore(deps): update dependency astroid to v3.3.9to chore(deps): update dependency astroid to v3.3.10166d8a16betof7e90f8d49chore(deps): update dependency astroid to v3.3.10to chore(deps): update dependency astroid to v3.3.11View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.