fix(deps): update all non-major dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| pylint (changelog) | lint | patch |
3.3.2 -> 3.3.3
|
| python-gitlab (changelog) | dependencies | minor |
5.2.0 -> 5.3.0
|
Release Notes
pylint-dev/pylint (pylint)
v3.3.3
What's new in Pylint 3.3.3?
Release date: 2024-12-23
False Positives Fixed
-
Fix false positives for
undefined-variablefor 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 (lenis not defined for generators).Refs #10100
Other Bug Fixes
-
Fix
Unable to import 'collections.abc' (import-error)on Python 3.13.1.Closes #10112
python-gitlab/python-gitlab (python-gitlab)
v5.3.0
Chores
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
renovate: Update httpx and respx again
(
aa07449)
Features
-
api: Support the new registry protection rule endpoint
(
40af1c8)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.