chore(deps): update dependency pylint to v3.3.3 #451

Merged
luke merged 1 commits from renovate/pylint-3.x-lockfile into main 2025-01-02 21:08:32 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
pylint (changelog) dev patch 3.3.2 -> 3.3.3

Release Notes

pylint-dev/pylint (pylint)

v3.3.3

Compare Source

What's new in Pylint 3.3.3?

Release date: 2024-12-23

False Positives Fixed

  • Fix false positives for undefined-variable for classes using Python 3.12
    generic type syntax.

    Closes #​9335

  • Fix a false positive for use-implicit-booleaness-not-len. No lint should be emitted for
    generators (len is not defined for generators).

    Refs #​10100

Other Bug Fixes

  • Fix Unable to import 'collections.abc' (import-error) on Python 3.13.1.

    Closes #​10112


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 | Type | Update | Change | |---|---|---|---| | [pylint](https://github.com/pylint-dev/pylint) ([changelog](https://pylint.readthedocs.io/en/latest/whatsnew/3/)) | dev | patch | `3.3.2` -> `3.3.3` | --- ### Release Notes <details> <summary>pylint-dev/pylint (pylint)</summary> ### [`v3.3.3`](https://github.com/pylint-dev/pylint/releases/tag/v3.3.3) [Compare Source](https://github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.3) ## What's new in Pylint 3.3.3? Release date: 2024-12-23 ## False Positives Fixed - Fix false positives for `undefined-variable` for classes using Python 3.12 generic type syntax. Closes [#&#8203;9335](https://github.com/pylint-dev/pylint/issues/9335) - Fix a false positive for `use-implicit-booleaness-not-len`. No lint should be emitted for generators (`len` is not defined for generators). Refs [#&#8203;10100](https://github.com/pylint-dev/pylint/issues/10100) ## Other Bug Fixes - Fix `Unable to import 'collections.abc' (import-error)` on Python 3.13.1. Closes [#&#8203;10112](https://github.com/pylint-dev/pylint/issues/10112) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44OS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added the
type
dependencies
label 2025-01-02 19:02:24 +01:00
renovate-bot added 1 commit 2025-01-02 19:02:25 +01:00
chore(deps): update dependency pylint to v3.3.3
All checks were successful
CI w/ Poetry and Docker / ci (pull_request) Successful in 1m21s
689dd5e58e
renovate-bot requested review from luke 2025-01-02 19:02:25 +01:00
renovate-bot force-pushed renovate/pylint-3.x-lockfile from 689dd5e58e to 17618483c0 2025-01-02 20:02:07 +01:00 Compare
renovate-bot force-pushed renovate/pylint-3.x-lockfile from 17618483c0 to c680c10d2d 2025-01-02 21:02:02 +01:00 Compare
luke force-pushed renovate/pylint-3.x-lockfile from c680c10d2d to 62643c1621 2025-01-02 21:06:59 +01:00 Compare
luke approved these changes 2025-01-02 21:08:26 +01:00
luke merged commit 62643c1621 into main 2025-01-02 21:08:32 +01:00
luke deleted branch renovate/pylint-3.x-lockfile 2025-01-02 21:08:33 +01:00
Sign in to join this conversation.
No description provided.