Skip to content

Update all python dependencies

shepard bot requested to merge renovate/all-python-deps into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
pylint (changelog) ==2.15.4 -> ==2.15.5 age adoption passing confidence
python-gitlab ==3.10.0 -> ==3.11.0 age adoption passing confidence

Release Notes

PyCQA/pylint

v2.15.5

Compare Source

What's new in Pylint 2.15.5?

Release date: 2022-10-21

False Positives Fixed

  • Fix a false positive for simplify-boolean-expression when multiple values are inferred for a constant.

    Closes #​7626

Other Bug Fixes

  • Remove __index__ dunder method call from unnecessary-dunder-call check.

    Closes #​6795

  • Fixed a multi-processing crash that prevents using any more than 1 thread on MacOS.

    The returned module objects and errors that were cached by the linter plugin loader cannot be reliably pickled. This means that dill would throw an error when attempting to serialise the linter object for multi-processing use.

    Closes #​7635.

Other Changes

  • Add a keyword-only compare_constants argument to safe_infer.

    Refs #​7626

  • Sort --generated-rcfile output.

    Refs #​7655

python-gitlab/python-gitlab

v3.11.0

Compare Source

Feature
  • build: Officially support Python 3.11 (74f66c7)
  • api: Add support for topics merge API (9a6d197)
Fix
  • Remove project.approvals.set_approvals() method (91f08f0)
  • Use epic id instead of iid for epic notes (97cae38)
  • cli: Handle list response for json/yaml output (9b88132)
  • Intermittent failure in test_merge_request_reset_approvals (3dde36e)
Documentation
  • advanced: Add hint on type narrowing (a404152)
  • Add minimal docs about the enable_debug() method (b4e9ab7)
  • commits: Fix commit create example for binary content (bcc1eb4)
  • readme: Add a basic feature list (b4d53f1)
  • api: Describe use of lower-level methods (b7a6874)
  • api: Describe the list() and all() runners' functions (b6cc3f2)
  • api: Update merge_requests.rst: mr_id to mr_iid (b32234d)

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by shepard bot

Merge request reports