Skip to content

Bump python-gitlab from 3.15.0 to 4.1.1

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

Bumps python-gitlab from 3.15.0 to 4.1.1.

Release notes

Sourced from python-gitlab's releases.

v4.1.1 (2023-11-03)

Chore

  • chore(ci): add release id to workflow step (9270e10)

  • chore(deps): update all non-major dependencies (32954fb)

Documentation

  • docs(users): add missing comma in v4 API create runner examples

The examples which show usage of new runner registration api endpoint are missing commas. This change adds the missing commas. (b1b2edf)

Fix

  • fix(build): include py.typed in dists (b928639)

v4.1.0

Feature

  • add Merge Request merge_status and detailed_merge_status values as constants (e18a424)

v4.0.0

Feature

  • client: mask tokens by default when logging (1611d78)
  • api: add ProjectPackagePipeline
  • feat: officially support Python 3.12 (2a69c0e)
  • packages: Allow uploading bytes and files
  • feat: Use requests AuthBase classes (5f46cfd)
  • api: add support for job token scope settings (59d6a88)
  • api: support project remote mirror deletion (d900910)
  • api: add optional GET attrs for /projects/:id/ci/lint (40a102d)
  • api: add support for new runner creation API (#2635)
  • releases: Add support for direct_asset_path
  • feat: Added iteration to issue and group filters (8d2d297)

Fix

  • cli: add _from_parent_attrs to user-project manager (#2558) (016d90c)
  • cli: fix action display in --help when there are few actions
  • client: support empty 204 responses in http_patch (e15349c)
  • snippets: allow passing list of files (31c3c5e)

Documentation

  • correct error with back-ticks (#2653)
  • access_token: adopt token docs to 16.1

... (truncated)

Changelog

Sourced from python-gitlab's changelog.

v4.1.1 (2023-11-03)

Chore

  • chore(ci): add release id to workflow step (9270e10)

  • chore(deps): update all non-major dependencies (32954fb)

Documentation

  • docs(users): add missing comma in v4 API create runner examples

The examples which show usage of new runner registration api endpoint are missing commas. This change adds the missing commas. (b1b2edf)

Fix

  • fix(build): include py.typed in dists (b928639)

v4.1.0 (2023-10-28)

Chore

  • chore(deps): update all non-major dependencies (bf68485)

  • chore(CHANGELOG): re-add v4.0.0 changes using old format (258a751)

  • chore(CHANGELOG): revert python-semantic-release format change (b5517e0)

  • chore: add source label to container image (7b19278)

  • chore(rtd): revert to python 3.11 (#2694) (1113742)

Ci

  • ci: remove unneeded GitLab auth (fd7bbfc)

Feature

  • feat: add Merge Request merge_status and detailed_merge_status values as constants (e18a424)

Fix

  • fix: remove depricated MergeStatus (c6c012b)

v4.0.0 (2023-10-17)

Breaking

... (truncated)

Commits
  • e7229ce chore: release v4.1.1
  • b928639 fix(build): include py.typed in dists
  • 9270e10 chore(ci): add release id to workflow step
  • b1b2edf docs(users): add missing comma in v4 API create runner examples
  • 32954fb chore(deps): update all non-major dependencies
  • ecc28cb chore: release v4.1.0
  • bf68485 chore(deps): update all non-major dependencies
  • c6c012b fix: remove depricated MergeStatus
  • e18a424 feat: add Merge Request merge_status and detailed_merge_status values as cons...
  • 258a751 chore(CHANGELOG): re-add v4.0.0 changes using old format
  • Additional commits viewable in compare view

Merge request reports