Update dependency astroid to v2.14.2 #45

Merged
renovate[bot] merged 1 commits from renovate/astroid-2.x into main 2023-02-24 12:52:05 +01:00
renovate[bot] commented 2023-01-31 18:52:14 +01:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astroid ==2.13.4 -> ==2.14.2 age adoption passing confidence

Release Notes

PyCQA/astroid

v2.14.2

Compare Source

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

  • '_infer_str_format_call' won't crash anymore when the string it analyses are uninferable.

    Closes PyCQA/pylint#​8109

v2.14.1

Compare Source

=============================
Release date: 2023-01-31

  • Revert CallContext change as it caused a RecursionError regression.

v2.14.0

Compare Source

=============================
Release date: 2023-01-31

  • Add support for inferring binary union types added in Python 3.10.

    Refs PyCQA/pylint#​8119

  • Capture and log messages emitted when inspecting a module for astroid.

    Closes #​1904

v2.13.5

Compare Source

=============================
Release date: 2023-01-31

  • Revert CallContext change as it caused a RecursionError regression.

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 Mend Renovate. View repository job log here.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [astroid](https://togithub.com/PyCQA/astroid) | `==2.13.4` -> `==2.14.2` | [![age](https://badges.renovateapi.com/packages/pypi/astroid/2.14.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/astroid/2.14.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/astroid/2.14.2/compatibility-slim/2.13.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/astroid/2.14.2/confidence-slim/2.13.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>PyCQA/astroid</summary> ### [`v2.14.2`](https://togithub.com/PyCQA/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-2142) [Compare Source](https://togithub.com/PyCQA/astroid/compare/v2.14.1...v2.14.2) \============================= Release date: 2023-02-12 - '\_infer_str_format_call' won't crash anymore when the string it analyses are uninferable. Closes [PyCQA/pylint#&#8203;8109](https://togithub.com/PyCQA/pylint/issues/8109) ### [`v2.14.1`](https://togithub.com/PyCQA/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-2141) [Compare Source](https://togithub.com/PyCQA/astroid/compare/v2.14.0...v2.14.1) \============================= Release date: 2023-01-31 - Revert `CallContext` change as it caused a `RecursionError` regression. ### [`v2.14.0`](https://togithub.com/PyCQA/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-2140) [Compare Source](https://togithub.com/PyCQA/astroid/compare/v2.13.5...v2.14.0) \============================= Release date: 2023-01-31 - Add support for inferring binary union types added in Python 3.10. Refs [PyCQA/pylint#&#8203;8119](https://togithub.com/PyCQA/pylint/issues/8119) - Capture and log messages emitted when inspecting a module for astroid. Closes [#&#8203;1904](https://togithub.com/PyCQA/astroid/issues/1904) ### [`v2.13.5`](https://togithub.com/PyCQA/astroid/blob/HEAD/ChangeLog#Whats-New-in-astroid-2135) [Compare Source](https://togithub.com/PyCQA/astroid/compare/v2.13.4...v2.13.5) \============================= Release date: 2023-01-31 - Revert `CallContext` change as it caused a `RecursionError` regression. </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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/luketainton/pypilot). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=-->
luketainton (Migrated from github.com) reviewed 2023-01-31 18:52:14 +01:00
luketainton commented 2023-02-24 12:51:59 +01:00 (Migrated from github.com)

#47 relies on astroid v2.14.2 - merging without passing CI.

#47 relies on astroid v2.14.2 - merging without passing CI.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/pypilot#45
No description provided.