Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 28, 2022

Bumps python-gitlab from 2.9.0 to 3.10.0.

Release notes

Sourced from python-gitlab's releases.

v3.10.0

Feature

  • Add reset_approvals api (88693ff)
  • Add support for deployment approval endpoint (9c9eeb9)

Fix

  • cli: Add missing attributes for creating MRs (1714d0a)
  • cli: Add missing attribute for MR changes (20c46a0)

v3.9.0

Feature

  • Add support for merge_base API (dd4fbd5)

v3.8.1

Fix

  • client: Do not assume user attrs returned for auth() (a07547c)

v3.8.0

Feature

  • client: Warn user on misconfigured URL in auth() (0040b43)
  • Support downloading archive subpaths (cadb0e5)

Fix

  • client: Ensure encoded query params are never duplicated (1398426)
  • Optionally keep user-provided base URL for pagination (#2149) (e2ea8b8)

Documentation

  • Describe self-revoking personal access tokens (5ea48fc)

v3.7.0

Feature

  • Allow sort/ordering for project releases (b1dd284)
  • cli: Add a custom help formatter (005ba93)
  • Add support for iterations API (194ee01)
  • groups: Add support for shared projects API (66461ba)
  • issues: Add support for issue reorder API (8703324)
  • namespaces: Add support for namespace existence API (4882cb2)
  • Add support for group and project invitations API (7afd340)
  • projects: Add support for project restore API (4794ecc)
  • Add support for filtering jobs by scope (0e1c0dd)
  • Add asdict() and to_json() methods to Gitlab Objects (08ac071)
  • api: Add support for instance-level registry repositories (284d739)
  • groups: Add support for group-level registry repositories (70148c6)
  • Add 'merge_pipelines_enabled' project attribute (fc33c93)
  • Support validating CI lint results (3b1ede4)
  • cli: Add support for global CI lint (3f67c4b)
  • objects: Add Project CI Lint support (b213dd3)
  • Add support for group push rules (b5cdc09)
  • api: Add support for get for a MR approval rule (89c18c6)

... (truncated)

Changelog

Sourced from python-gitlab's changelog.

v3.10.0 (2022-09-28)

Feature

  • Add reset_approvals api (88693ff)
  • Add support for deployment approval endpoint (9c9eeb9)

Fix

  • cli: Add missing attributes for creating MRs (1714d0a)
  • cli: Add missing attribute for MR changes (20c46a0)

v3.9.0 (2022-08-28)

Feature

  • Add support for merge_base API (dd4fbd5)

v3.8.1 (2022-08-10)

Fix

  • client: Do not assume user attrs returned for auth() (a07547c)

v3.8.0 (2022-08-04)

Feature

  • client: Warn user on misconfigured URL in auth() (0040b43)
  • Support downloading archive subpaths (cadb0e5)

Fix

  • client: Ensure encoded query params are never duplicated (1398426)
  • Optionally keep user-provided base URL for pagination (#2149) (e2ea8b8)

Documentation

  • Describe self-revoking personal access tokens (5ea48fc)

v3.7.0 (2022-07-28)

Feature

  • Allow sort/ordering for project releases (b1dd284)
  • cli: Add a custom help formatter (005ba93)
  • Add support for iterations API (194ee01)
  • groups: Add support for shared projects API (66461ba)
  • issues: Add support for issue reorder API (8703324)
  • namespaces: Add support for namespace existence API (4882cb2)
  • Add support for group and project invitations API (7afd340)
  • projects: Add support for project restore API (4794ecc)
  • Add support for filtering jobs by scope (0e1c0dd)
  • Add asdict() and to_json() methods to Gitlab Objects (08ac071)
  • api: Add support for instance-level registry repositories (284d739)
  • groups: Add support for group-level registry repositories (70148c6)
  • Add 'merge_pipelines_enabled' project attribute (fc33c93)
  • Support validating CI lint results (3b1ede4)
  • cli: Add support for global CI lint (3f67c4b)
  • objects: Add Project CI Lint support (b213dd3)
  • Add support for group push rules (b5cdc09)
  • api: Add support for get for a MR approval rule (89c18c6)

... (truncated)

Commits
  • 239db3d chore: release v3.10.0
  • 88693ff feat: Add reset_approvals api
  • 1714d0a fix(cli): add missing attributes for creating MRs
  • 20c46a0 fix(cli): add missing attribute for MR changes
  • fceeebc Merge pull request #2280 from python-gitlab/jlvillal/docker_image
  • b87a2bc chore: bump GitLab docker image to 15.4.0-ee.0
  • 86b0e40 chore(deps): update black to v22.8.0
  • 5dde7d4 chore(deps): update dependency types-requests to v2.28.10
  • ec7f26c chore(deps): update dependency pytest to v7.1.3
  • e180f14 chore(deps): update dependency commitizen to v2.32.5
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [python-gitlab](https://github.com/python-gitlab/python-gitlab) from 2.9.0 to 3.10.0.
- [Release notes](https://github.com/python-gitlab/python-gitlab/releases)
- [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md)
- [Commits](python-gitlab/python-gitlab@v2.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: python-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 28, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 28, 2022

Superseded by #198.

@dependabot dependabot bot closed this Oct 28, 2022
@dependabot dependabot bot deleted the dependabot/pip/dev/python-gitlab-3.10.0 branch October 28, 2022 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant