Skip to content

Bump python-gitlab from 4.9.0 to 4.12.0

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

Bumps python-gitlab from 4.9.0 to 4.12.0.

Release notes

Sourced from python-gitlab's releases.

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 "too-many-positional-arguments" check with a value of 5.

I don'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)

  • chore(deps): update gitlab/gitlab-ee docker tag to v17.3.2-ee.0 (5cd1ab2)

Feature

  • feat(build): build multi-arch images (#2987) (29f617d)

  • feat: introduce related_issues to merge requests (#2996) (174d992)

Fix

  • fix(api): head requests for projectfilemanager (#2977)

  • fix(api): head requests for projectfilemanager


Co-authored-by: Patrick Evans <patrick.evans@gehealthcare.com> Co-authored-by: Nejc Habjan <hab.nejc@gmail.com> (96a18b0)

v4.11.1 (2024-09-13)

Fix

  • fix(client): ensure type evaluations are postponed (b41b2de)

v4.11.0 (2024-09-13)

... (truncated)

Changelog

Sourced from python-gitlab's changelog.

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)

  • chore(deps): update gitlab/gitlab-ee docker tag to v17.3.2-ee.0 (5cd1ab2)

Feature

  • feat(build): build multi-arch images (#2987) (29f617d)

  • feat: introduce related_issues to merge requests (#2996) (174d992)

Fix

  • fix(api): head requests for projectfilemanager (#2977)

  • fix(api): head requests for projectfilemanager


Co-authored-by: Patrick Evans <patrick.evans@gehealthcare.com> Co-authored-by: Nejc Habjan <hab.nejc@gmail.com> (96a18b0)

v4.11.1 (2024-09-13)

Fix

  • fix(client): ensure type evaluations are postponed (b41b2de)

v4.11.0 (2024-09-13)

... (truncated)

Commits
  • 27dbbe7 chore: release v4.12.0
  • 29f617d feat(build): build multi-arch images (#2987)
  • ae132e7 chore(deps): update all non-major dependencies
  • a0729b8 chore: update pylint to 3.3.1 and resolve issues (#2997)
  • 174d992 feat: introduce related_issues to merge requests (#2996)
  • a2ab54c chore(deps): update dependency types-setuptools to v75
  • 8601808 chore(deps): update gitlab/gitlab-ee docker tag to v17.4.0-ee.0
  • 10ee58a chore(deps): update all non-major dependencies
  • 5cd1ab2 chore(deps): update gitlab/gitlab-ee docker tag to v17.3.2-ee.0
  • 96a18b0 fix(api): head requests for projectfilemanager (#2977)
  • Additional commits viewable in compare view

Merge request reports