Skip to content

Bump python-gitlab from 5.1.0 to 5.2.0

HIFIS Bot requested to merge dependabot-pip-python-gitlab-5.2.0 into master

Bumps python-gitlab from 5.1.0 to 5.2.0.

Release notes

Sourced from python-gitlab's releases.

v5.2.0 (2024-12-17)

Chores

  • deps: Update all non-major dependencies (1e02f23)

  • deps: Update all non-major dependencies (6532e8c)

  • deps: Update all non-major dependencies (8046387)

  • deps: Update codecov/codecov-action action to v5 (735efff)

  • deps: Update dependency commitizen to v4 (9306362)

  • deps: Update gitlab/gitlab-ee docker tag to v17.6.1-ee.0 (#3053, f2992ae)

Co-authored-by: renovate[bot]

  • deps: Update gitlab/gitlab-ee docker tag to v17.6.2-ee.0 (#3065, db0db26)

Co-authored-by: renovate[bot]

  • deps: Update pre-commit hook commitizen-tools/commitizen to v4 (a8518f1)

  • docs: Fix CHANGELOG tracebacks codeblocks (9fe372a)

With v5.1.0 CHANGELOG.md was updated that mangled v1.10.0 triple backtick codeblock Traceback output that made sphinx fail [1] with a non-zero return code.

The resulting docs appears to be processes as text after the failing line [2]. While reviewing other backtick codeblocks fix v1.8.0 [3] to the original traceback.

[1] https://github.com/python-gitlab/python-gitlab/actions/runs/12060608158/job/33631303063#step:5:204 [2] https://python-gitlab.readthedocs.io/en/v5.1.0/changelog.html#v1-10-0-2019-07-22 [3] https://python-gitlab.readthedocs.io/en/v5.0.0/changelog.html#id258

  • renovate: Pin httpx until respx is fixed (b70830d)

Documentation

  • api-usage: Fix link to Gitlab REST API Authentication Docs (#3059, f460d95)

Features

  • feat(api): Added project template classes to templates.py
  • feat(api): Added project template managers to Project in project.py
  • docs(merge_requests): Add example of creating mr with description template
  • test(templates): Added unit tests for templates
  • docs(templates): added section for project templates
  • graphql: Add async client (288f39c)

... (truncated)

Changelog

Sourced from python-gitlab's changelog.

v5.2.0 (2024-12-17)

Chores

  • deps: Update all non-major dependencies (1e02f23)

  • deps: Update all non-major dependencies (6532e8c)

  • deps: Update all non-major dependencies (8046387)

  • deps: Update codecov/codecov-action action to v5 (735efff)

  • deps: Update dependency commitizen to v4 (9306362)

  • deps: Update gitlab/gitlab-ee docker tag to v17.6.1-ee.0 (#3053, f2992ae)

Co-authored-by: renovate[bot]

  • deps: Update gitlab/gitlab-ee docker tag to v17.6.2-ee.0 (#3065, db0db26)

Co-authored-by: renovate[bot]

  • deps: Update pre-commit hook commitizen-tools/commitizen to v4 (a8518f1)

  • docs: Fix CHANGELOG tracebacks codeblocks (9fe372a)

With v5.1.0 CHANGELOG.md was updated that mangled v1.10.0 triple backtick codeblock Traceback output that made sphinx fail [1] with a non-zero return code.

The resulting docs appears to be processes as text after the failing line [2]. While reviewing other backtick codeblocks fix v1.8.0 [3] to the original traceback.

[1] https://github.com/python-gitlab/python-gitlab/actions/runs/12060608158/job/33631303063#step:5:204 [2] https://python-gitlab.readthedocs.io/en/v5.1.0/changelog.html#v1-10-0-2019-07-22 [3] https://python-gitlab.readthedocs.io/en/v5.0.0/changelog.html#id258

  • renovate: Pin httpx until respx is fixed (b70830d)

... (truncated)

Commits
  • 9439132 chore: release v5.2.0
  • 1e02f23 chore(deps): update all non-major dependencies
  • db0db26 chore(deps): update gitlab/gitlab-ee docker tag to v17.6.2-ee.0 (#3065)
  • 6532e8c chore(deps): update all non-major dependencies
  • b70830d chore(renovate): pin httpx until respx is fixed
  • 0d41da3 feat(api): add project templates (#3057)
  • 735efff chore(deps): update codecov/codecov-action action to v5
  • 9306362 chore(deps): update dependency commitizen to v4
  • a8518f1 chore(deps): update pre-commit hook commitizen-tools/commitizen to v4
  • f460d95 docs(api-usage): fix link to Gitlab REST API Authentication Docs (#3059)
  • Additional commits viewable in compare view

Merge request reports

Loading