Skip to content

Bump python-gitlab from 3.13.0 to 3.14.0

HIFIS Bot requested to merge dependabot-pip-python-gitlab-3.14.0 into main

Bumps python-gitlab from 3.13.0 to 3.14.0.

Release notes

Sourced from python-gitlab's releases.

v3.14.0

Feature

  • projects: Allow importing additional items from GitHub (ce84f2e)
  • objects: Support fetching PATs via id or self endpoint (19b38bd)
  • Add resource_weight_event for ProjectIssue (6e5ef55)
  • backends: Use PEP544 protocols for structural subtyping (#2442) (4afeaff)
  • client: Add http_patch method (#2471) (f711d9e)
  • cli: Add setting of allow_force_push for protected branch (929e07d)

Fix

  • cli: Warn user when no fields are displayed (8bf53c8)
  • client: Properly parse content-type when charset is present (76063c3)
  • Support int for parent_id in import_group (90f96ac)
  • cli: Add ability to escape at-prefixed parameter (#2513) (4f7c784)
  • cli: Display items when iterator is returned (33a04e7)
  • Typo fixed in docs (ee5f444)

Documentation

  • objects: Fix typo in pipeline schedules (3057f45)
  • advanced: Clarify netrc, proxy behavior with requests (1da7c53)
  • Fix update badge behaviour (3d7ca1c)
  • advanced: Fix typo in Gitlab examples (1992790)
Changelog

Sourced from python-gitlab's changelog.

v3.14.0 (2023-04-11)

Feature

  • projects: Allow importing additional items from GitHub (ce84f2e)
  • objects: Support fetching PATs via id or self endpoint (19b38bd)
  • Add resource_weight_event for ProjectIssue (6e5ef55)
  • backends: Use PEP544 protocols for structural subtyping (#2442) (4afeaff)
  • client: Add http_patch method (#2471) (f711d9e)
  • cli: Add setting of allow_force_push for protected branch (929e07d)

Fix

  • cli: Warn user when no fields are displayed (8bf53c8)
  • client: Properly parse content-type when charset is present (76063c3)
  • Support int for parent_id in import_group (90f96ac)
  • cli: Add ability to escape at-prefixed parameter (#2513) (4f7c784)
  • cli: Display items when iterator is returned (33a04e7)
  • Typo fixed in docs (ee5f444)

Documentation

  • objects: Fix typo in pipeline schedules (3057f45)
  • advanced: Clarify netrc, proxy behavior with requests (1da7c53)
  • Fix update badge behaviour (3d7ca1c)
  • advanced: Fix typo in Gitlab examples (1992790)
Commits
  • f310764 chore: release v3.14.0
  • 5748d37 test(unit): increase V4 CLI coverage
  • 8bf53c8 fix(cli): warn user when no fields are displayed
  • ce84f2e feat(projects): allow importing additional items from GitHub
  • 511764d chore(ci): wait for all coverage reports in CI status
  • 19b38bd feat(objects): support fetching PATs via id or self endpoint
  • 3abc557 chore(setup): depend on typing-extensions for 3.7 until EOL
  • 3057f45 docs(objects): fix typo in pipeline schedules
  • fe334c9 chore: add Contributor Covenant 2.1 as Code of Conduct
  • 2dd177b refactor(client): let mypy know http_password is set
  • Additional commits viewable in compare view

Merge request reports