Skip to content

Bump python-gitlab from 4.9.0 to 4.12.2

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

Bumps python-gitlab from 4.9.0 to 4.12.2.

Release notes

Sourced from python-gitlab's releases.

v4.12.2 (2024-10-01)

Fix

  • fix: raise GitlabHeadError in project.files.head() method (#3006)

When an error occurs, raise GitlabHeadError in project.files.head() method.

Closes: #3004 (9bf26df)

v4.12.1 (2024-09-30)

Chore

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com> (d3da326)

  • chore(deps): update gitlab/gitlab-ee docker tag to v17.4.1-ee.0 (64eed5d)

Fix

  • fix(ci): do not rely on GitLab.com runner arch variables (#3003) (c848d12)

  • fix(files): correctly raise GitlabGetError in get method (190ec89)

v4.12.0 (2024-09-28)

Chore

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

  • chore: update pylint to 3.3.1 and resolve issues (#2997)

pylint 3.3.1 appears to have added &#34;too-many-positional-arguments&#34; check with a value of 5.

I don&#39;t disagree with this, but we have many functions which exceed this value. We might think about converting some of positional arguments over to keyword arguments in the future. But that is for another time.

For now disable the check across the project. (a0729b8)

  • chore(deps): update dependency types-setuptools to v75 (a2ab54c)

  • chore(deps): update gitlab/gitlab-ee docker tag to v17.4.0-ee.0 (8601808)

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

... (truncated)

Changelog

Sourced from python-gitlab's changelog.

v4.12.2 (2024-10-01)

Fix

  • fix: raise GitlabHeadError in project.files.head() method (#3006)

When an error occurs, raise GitlabHeadError in project.files.head() method.

Closes: #3004 (9bf26df)

v4.12.1 (2024-09-30)

Chore

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com> (d3da326)

  • chore(deps): update gitlab/gitlab-ee docker tag to v17.4.1-ee.0 (64eed5d)

Fix

  • fix(ci): do not rely on GitLab.com runner arch variables (#3003) (c848d12)

  • fix(files): correctly raise GitlabGetError in get method (190ec89)

v4.12.0 (2024-09-28)

Chore

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

  • chore: update pylint to 3.3.1 and resolve issues (#2997)

pylint 3.3.1 appears to have added &#34;too-many-positional-arguments&#34; check with a value of 5.

I don&#39;t disagree with this, but we have many functions which exceed this value. We might think about converting some of positional arguments over to keyword arguments in the future. But that is for another time.

For now disable the check across the project. (a0729b8)

  • chore(deps): update dependency types-setuptools to v75 (a2ab54c)

  • chore(deps): update gitlab/gitlab-ee docker tag to v17.4.0-ee.0 (8601808)

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

... (truncated)

Commits
  • 0ceebd0 chore: release v4.12.2
  • 9bf26df fix: raise GitlabHeadError in project.files.head() method (#3006)
  • 2ab0b9f chore: release v4.12.1
  • c848d12 fix(ci): do not rely on GitLab.com runner arch variables (#3003)
  • d3da326 chore(deps): update all non-major dependencies (#3000)
  • 190ec89 fix(files): correctly raise GitlabGetError in get method
  • 64eed5d chore(deps): update gitlab/gitlab-ee docker tag to v17.4.1-ee.0
  • 27dbbe7 chore: release v4.12.0
  • 29f617d feat(build): build multi-arch images (#2987)
  • ae132e7 chore(deps): update all non-major dependencies
  • Additional commits viewable in compare view

Merge request reports