chore(deps): update dependency astroid to v3.3.8 - autoclosed #440

Closed
renovate-bot wants to merge 1 commits from renovate/astroid-3.x into main
Owner

This PR contains the following updates:

Package Update Change
astroid minor ==3.2.4 -> ==3.3.8

Release Notes

pylint-dev/astroid (astroid)

v3.3.8

Compare Source

============================
Release date: 2024-12-23

  • Fix inability to import collections.abc in python 3.13.1. The reported fixes in astroid 3.3.6
    and 3.3.7 did not actually fix this issue.

    Closes pylint-dev/pylint#10112

v3.3.7

Compare Source

============================
Release date: 2024-12-20

This release was yanked.

  • Fix inability to import collections.abc in python 3.13.1. The reported fix in astroid 3.3.6
    did not actually fix this issue.

    Closes pylint-dev/pylint#10112

v3.3.6

Compare Source

============================
Release date: 2024-12-08

  • Fix inability to import collections.abc in 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.5

Compare 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.abc

    Closes pylint-dev/pylint#10000

v3.3.4

Compare Source

============================
Release date: 2024-09-23

v3.3.3

Compare 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-member false positives.

    Closes #​2514

v3.3.2

Compare Source

============================
Release date: 2024-08-11

  • Restore support for soft-deprecated members of the typing module with python 3.13.

    Refs pylint-dev/pylint#9852

v3.3.1

Compare Source

============================
Release date: 2024-08-06

  • Fix a crash introduced in 3.3.0 involving invalid format strings.

    Closes #​2492

v3.3.0

Compare Source

============================
Release date: 2024-08-04

  • Add support for Python 3.13.

  • Remove support for Python 3.8 (and constants PY38, PY39_PLUS, and PYPY_7_3_11_PLUS).

    Refs #​2443

  • Add the __annotations__ attribute to the ClassDef object 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 is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [astroid](https://github.com/pylint-dev/astroid) | minor | `==3.2.4` -> `==3.3.8` | --- ### Release Notes <details> <summary>pylint-dev/astroid (astroid)</summary> ### [`v3.3.8`](https://github.com/pylint-dev/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-338) [Compare Source](https://github.com/pylint-dev/astroid/compare/v3.3.7...v3.3.8) \============================ Release date: 2024-12-23 - Fix inability to import `collections.abc` in python 3.13.1. The reported fixes in astroid 3.3.6 and 3.3.7 did not actually fix this issue. Closes [pylint-dev/pylint#10112](https://github.com/pylint-dev/pylint/issues/10112) ### [`v3.3.7`](https://github.com/pylint-dev/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-337) [Compare Source](https://github.com/pylint-dev/astroid/compare/v3.3.6...v3.3.7) \============================ Release date: 2024-12-20 This release was yanked. - Fix inability to import `collections.abc` in python 3.13.1. The reported fix in astroid 3.3.6 did not actually fix this issue. Closes [pylint-dev/pylint#10112](https://github.com/pylint-dev/pylint/issues/10112) ### [`v3.3.6`](https://github.com/pylint-dev/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-336) [Compare Source](https://github.com/pylint-dev/astroid/compare/v3.3.5...v3.3.6) \============================ Release date: 2024-12-08 - Fix inability to import `collections.abc` in 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](https://github.com/pylint-dev/pylint/issues/10112) - Fix crash when typing.\_alias() call is missing arguments. Closes [#&#8203;2513](https://github.com/pylint-dev/astroid/issues/2513) ### [`v3.3.5`](https://github.com/pylint-dev/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-335) [Compare Source](https://github.com/pylint-dev/astroid/compare/v3.3.4...v3.3.5) \============================ Release date: 2024-10-04 - Control setting local nodes outside of the supposed local's constructor. Closes [#&#8203;1490](https://github.com/pylint-dev/astroid/issues/1490) - Fix Python 3.13 compatibility re: `collections.abc` Closes [pylint-dev/pylint#10000](https://github.com/pylint-dev/pylint/issues/10000) ### [`v3.3.4`](https://github.com/pylint-dev/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-334) [Compare Source](https://github.com/pylint-dev/astroid/compare/v3.3.3...v3.3.4) \============================ Release date: 2024-09-23 - Fix regression with f-string inference. Closes [pylint-dev/pylint#9947](https://github.com/pylint-dev/pylint/issues/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](https://github.com/pylint-dev/pylint/issues/9945) ### [`v3.3.3`](https://github.com/pylint-dev/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-333) [Compare Source](https://github.com/pylint-dev/astroid/compare/v3.3.2...v3.3.3) \============================ Release date: 2024-09-20 - Fix inference regression with property setters. Closes [pylint-dev/pylint#9811](https://github.com/pylint-dev/pylint/issues/9811) - Add annotation-only instance attributes to attrs classes to fix `no-member` false positives. Closes [#&#8203;2514](https://github.com/pylint-dev/astroid/issues/2514) ### [`v3.3.2`](https://github.com/pylint-dev/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-332) [Compare Source](https://github.com/pylint-dev/astroid/compare/v3.3.1...v3.3.2) \============================ Release date: 2024-08-11 - Restore support for soft-deprecated members of the `typing` module with python 3.13. Refs [pylint-dev/pylint#9852](https://github.com/pylint-dev/pylint/issues/9852) ### [`v3.3.1`](https://github.com/pylint-dev/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-331) [Compare Source](https://github.com/pylint-dev/astroid/compare/v3.3.0...v3.3.1) \============================ Release date: 2024-08-06 - Fix a crash introduced in 3.3.0 involving invalid format strings. Closes [#&#8203;2492](https://github.com/pylint-dev/astroid/issues/2492) ### [`v3.3.0`](https://github.com/pylint-dev/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-330) [Compare Source](https://github.com/pylint-dev/astroid/compare/v3.2.4...v3.3.0) \============================ Release date: 2024-08-04 - Add support for Python 3.13. - Remove support for Python 3.8 (and constants `PY38`, `PY39_PLUS`, and `PYPY_7_3_11_PLUS`). Refs [#&#8203;2443](https://github.com/pylint-dev/astroid/issues/2443) - Add the `__annotations__` attribute to the `ClassDef` object model. Closes [pylint-dev/pylint#7126](https://github.com/pylint-dev/pylint/issues/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](https://github.com/pylint-dev/pylint/issues/9849) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4yIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added the
type
dependencies
label 2025-01-01 02:02:20 +01:00
renovate-bot added 1 commit 2025-01-01 02:02:21 +01:00
chore(deps): update dependency astroid to v3.3.8
All checks were successful
CI / ci (pull_request) Successful in 1m48s
0e43220095
renovate-bot requested review from luke 2025-01-01 02:02:21 +01:00
renovate-bot force-pushed renovate/astroid-3.x from 0e43220095 to 98014fbe0a 2025-01-01 03:02:20 +01:00 Compare
renovate-bot force-pushed renovate/astroid-3.x from 98014fbe0a to 81f070832c 2025-01-01 03:35:01 +01:00 Compare
renovate-bot force-pushed renovate/astroid-3.x from 81f070832c to 60afebd47c 2025-01-01 04:02:18 +01:00 Compare
renovate-bot force-pushed renovate/astroid-3.x from 60afebd47c to 5b2ddfd32e 2025-01-01 04:12:14 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency astroid to v3.3.8 to chore(deps): update dependency astroid to v3.3.8 - autoclosed 2025-01-01 04:18:18 +01:00
renovate-bot closed this pull request 2025-01-01 04:18:18 +01:00
Some checks are pending
CI / ci (pull_request) Has been cancelled
Required
Details
Enforce Conventional Commit PR Title / Validate PR Title (pull_request)
Required

Pull request closed

Sign in to join this conversation.
No description provided.