Python-gitlab

Latest version: v5.6.0

Safety actively analyzes 723576 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 13

3.13.0

Not secure
Bug Fixes

- Change return value to "None" in case getattr returns None to prevent error
([`3f86d36`](https://github.com/python-gitlab/python-gitlab/commit/3f86d36218d80b293b346b37f8be5efa6455d10c))

- Typo fixed in docs
([`ee5f444`](https://github.com/python-gitlab/python-gitlab/commit/ee5f444b16e4d2f645499ac06f5d81f22867f050))

- Use the ProjectIterationManager within the Project object
([`44f05dc`](https://github.com/python-gitlab/python-gitlab/commit/44f05dc017c5496e14db82d9650c6a0110b95cf9))

The Project object was previously using the GroupIterationManager resulting in the incorrect API
endpoint being used. Utilize the correct ProjectIterationManager instead.

Resolves 2403

- **api**: Make description optional for releases
([`5579750`](https://github.com/python-gitlab/python-gitlab/commit/5579750335245011a3acb9456cb488f0fa1cda61))

- **client**: Regression - do not automatically get_next if page= and
([`585e3a8`](https://github.com/python-gitlab/python-gitlab/commit/585e3a86c4cafa9ee73ed38676a78f3c34dbe6b2))

- **deps**: Bump requests-toolbelt to fix deprecation warning
([`faf842e`](https://github.com/python-gitlab/python-gitlab/commit/faf842e97d4858ff5ebd8ae6996e0cb3ca29881c))

Chores

- Add a UserWarning if both `iterator=True` and `page=X` are used
([2462](https://github.com/python-gitlab/python-gitlab/pull/2462),
[`8e85791`](https://github.com/python-gitlab/python-gitlab/commit/8e85791c315822cd26d56c0c0f329cffae879644))

If a caller calls a `list()` method with both `iterator=True` (or `as_list=False`) and `page=X` then
emit a `UserWarning` as the options are mutually exclusive.

- Add docs for schedule pipelines
([`9a9a6a9`](https://github.com/python-gitlab/python-gitlab/commit/9a9a6a98007df2992286a721507b02c48800bfed))

- Add test, docs, and helper for 409 retries
([`3e1c625`](https://github.com/python-gitlab/python-gitlab/commit/3e1c625133074ccd2fb88c429ea151bfda96aebb))

- Make backends private
([`1e629af`](https://github.com/python-gitlab/python-gitlab/commit/1e629af73e312fea39522334869c3a9b7e6085b9))

- Remove tox `envdir` values
([`3c7c7fc`](https://github.com/python-gitlab/python-gitlab/commit/3c7c7fc9d2375d3219fb078e18277d7476bae5e0))

tox > 4 no longer will re-use the tox directory :( What this means is that with the previous config
if you ran: $ tox -e mypy; tox -e isort; tox -e mypy It would recreate the tox environment each
time :(

By removing the `envdir` values it will have the tox environments in separate directories and not
recreate them.

The have an FAQ entry about this: https://tox.wiki/en/latest/upgrading.html#re-use-of-environments

- Update attributes for create and update projects
([`aa44f2a`](https://github.com/python-gitlab/python-gitlab/commit/aa44f2aed8150f8c891837e06296c7bbef17c292))

- Use SPDX license expression in project metadata
([`acb3a4a`](https://github.com/python-gitlab/python-gitlab/commit/acb3a4ad1fa23c21b1d7f50e95913136beb61402))

- **ci**: Complete all unit tests even if one has failed
([2438](https://github.com/python-gitlab/python-gitlab/pull/2438),
[`069c6c3`](https://github.com/python-gitlab/python-gitlab/commit/069c6c30ff989f89356898b72835b4f4a792305c))

- **deps**: Update actions/download-artifact action to v3
([`64ca597`](https://github.com/python-gitlab/python-gitlab/commit/64ca5972468ab3b7e3a01e88ab9bb8e8bb9a3de1))

- **deps**: Update actions/stale action to v7
([`76eb024`](https://github.com/python-gitlab/python-gitlab/commit/76eb02439c0ae0f7837e3408948840c800fd93a7))

- **deps**: Update all non-major dependencies
([`ea7010b`](https://github.com/python-gitlab/python-gitlab/commit/ea7010b17cc2c29c2a5adeaf81f2d0064523aa39))

- **deps**: Update all non-major dependencies
([`122988c`](https://github.com/python-gitlab/python-gitlab/commit/122988ceb329d7162567cb4a325f005ea2013ef2))

- **deps**: Update all non-major dependencies
([`49c0233`](https://github.com/python-gitlab/python-gitlab/commit/49c023387970abea7688477c8ef3ff3a1b31b0bc))

- **deps**: Update all non-major dependencies
([`10c4f31`](https://github.com/python-gitlab/python-gitlab/commit/10c4f31ad1480647a6727380db68f67a4c645af9))

- **deps**: Update all non-major dependencies
([`bbd01e8`](https://github.com/python-gitlab/python-gitlab/commit/bbd01e80326ea9829b2f0278fedcb4464be64389))

- **deps**: Update all non-major dependencies
([`6682808`](https://github.com/python-gitlab/python-gitlab/commit/6682808034657b73c4b72612aeb009527c25bfa2))

- **deps**: Update all non-major dependencies
([`1816107`](https://github.com/python-gitlab/python-gitlab/commit/1816107b8d87614e7947837778978d8de8da450f))

- **deps**: Update all non-major dependencies
([`21e767d`](https://github.com/python-gitlab/python-gitlab/commit/21e767d8719372daadcea446f835f970210a6b6b))

- **deps**: Update dessant/lock-threads action to v4
([`337b25c`](https://github.com/python-gitlab/python-gitlab/commit/337b25c6fc1f40110ef7a620df63ff56a45579f1))

- **deps**: Update pre-commit hook maxbrunet/pre-commit-renovate to v34.48.4
([`985b971`](https://github.com/python-gitlab/python-gitlab/commit/985b971cf6d69692379805622a1bb1ff29ae308d))

- **deps**: Update pre-commit hook pycqa/flake8 to v6
([`82c61e1`](https://github.com/python-gitlab/python-gitlab/commit/82c61e1d2c3a8102c320558f46e423b09c6957aa))

- **tox**: Ensure test envs have all dependencies
([`63cf4e4`](https://github.com/python-gitlab/python-gitlab/commit/63cf4e4fa81d6c5bf6cf74284321bc3ce19bab62))

Documentation

- **faq**: Describe and group common errors
([`4c9a072`](https://github.com/python-gitlab/python-gitlab/commit/4c9a072b053f12f8098e4ea6fc47e3f6ab4f8b07))

Features

- Add keep_base_url when getting configuration from file
([`50a0301`](https://github.com/python-gitlab/python-gitlab/commit/50a03017f2ba8ec3252911dd1cf0ed7df42cfe50))

- Add resource iteration events (see https://docs.gitlab.com/ee/api/resource_iteration_events.html)
([`ef5feb4`](https://github.com/python-gitlab/python-gitlab/commit/ef5feb4d07951230452a2974da729a958bdb9d6a))

- Allow filtering pipelines by source
([`b6c0872`](https://github.com/python-gitlab/python-gitlab/commit/b6c08725042380d20ef5f09979bc29f2f6c1ab6f))

See: https://docs.gitlab.com/ee/api/pipelines.html#list-project-pipelines Added in GitLab 14.3

- Allow passing kwargs to Gitlab class when instantiating with `from_config`
([2392](https://github.com/python-gitlab/python-gitlab/pull/2392),
[`e88d34e`](https://github.com/python-gitlab/python-gitlab/commit/e88d34e38dd930b00d7bb48f0e1c39420e09fa0f))

- **api**: Add support for bulk imports API
([`043de2d`](https://github.com/python-gitlab/python-gitlab/commit/043de2d265e0e5114d1cd901f82869c003413d9b))

- **api**: Add support for resource groups
([`5f8b8f5`](https://github.com/python-gitlab/python-gitlab/commit/5f8b8f5be901e944dfab2257f9e0cc4b2b1d2cd5))

- **api**: Support listing pipelines triggered by pipeline schedules
([`865fa41`](https://github.com/python-gitlab/python-gitlab/commit/865fa417a20163b526596549b9afbce679fc2817))

- **client**: Automatically retry on HTTP 409 Resource lock
([`dced76a`](https://github.com/python-gitlab/python-gitlab/commit/dced76a9900c626c9f0b90b85a5e371101a24fb4))

Fixes: 2325

- **client**: Bootstrap the http backends concept
([2391](https://github.com/python-gitlab/python-gitlab/pull/2391),
[`91a665f`](https://github.com/python-gitlab/python-gitlab/commit/91a665f331c3ffc260db3470ad71fde0d3b56aa2))

- **group**: Add support for group restore API
([`9322db6`](https://github.com/python-gitlab/python-gitlab/commit/9322db663ecdaecf399e3192810d973c6a9a4020))

Refactoring

- Add reason property to RequestsResponse
([2439](https://github.com/python-gitlab/python-gitlab/pull/2439),
[`b59b7bd`](https://github.com/python-gitlab/python-gitlab/commit/b59b7bdb221ac924b5be4227ef7201d79b40c98f))

- Migrate MultipartEncoder to RequestsBackend
([2421](https://github.com/python-gitlab/python-gitlab/pull/2421),
[`43b369f`](https://github.com/python-gitlab/python-gitlab/commit/43b369f28cb9009e02bc23e772383d9ea1ded46b))

- Move Response object to backends
([2420](https://github.com/python-gitlab/python-gitlab/pull/2420),
[`7d9ce0d`](https://github.com/python-gitlab/python-gitlab/commit/7d9ce0dfb9f5a71aaa7f9c78d815d7c7cbd21c1c))

- Move the request call to the backend
([2413](https://github.com/python-gitlab/python-gitlab/pull/2413),
[`283e7cc`](https://github.com/python-gitlab/python-gitlab/commit/283e7cc04ce61aa456be790a503ed64089a2c2b6))

- Moving RETRYABLE_TRANSIENT_ERROR_CODES to const
([`887852d`](https://github.com/python-gitlab/python-gitlab/commit/887852d7ef02bed6dff5204ace73d8e43a66e32f))

- Remove unneeded requests.utils import
([2426](https://github.com/python-gitlab/python-gitlab/pull/2426),
[`6fca651`](https://github.com/python-gitlab/python-gitlab/commit/6fca6512a32e9e289f988900e1157dfe788f54be))

Testing

- **functional**: Do not require config file
([`43c2dda`](https://github.com/python-gitlab/python-gitlab/commit/43c2dda7aa8b167a451b966213e83d88d1baa1df))

- **unit**: Expand tests for pipeline schedules
([`c7cf0d1`](https://github.com/python-gitlab/python-gitlab/commit/c7cf0d1f172c214a11b30622fbccef57d9c86e93))

3.12.0

Not secure
Bug Fixes

- Use POST method and return dict in `cancel_merge_when_pipeline_succeeds()`
([2350](https://github.com/python-gitlab/python-gitlab/pull/2350),
[`bd82d74`](https://github.com/python-gitlab/python-gitlab/commit/bd82d745c8ea9ff6ff078a4c961a2d6e64a2f63c))

* Call was incorrectly using a `PUT` method when should have used a `POST` method. * Changed return
type to a `dict` as GitLab only returns {'status': 'success'} on success. Since the function
didn't work previously, this should not impact anyone. * Updated the test fixture `merge_request`
to add ability to create a pipeline. * Added functional test for
`mr.cancel_merge_when_pipeline_succeeds()`

Fixes: 2349

- **cli**: Enable debug before doing auth
([`65abb85`](https://github.com/python-gitlab/python-gitlab/commit/65abb85be7fc8ef57b295296111dac0a97ed1c49))

Authentication issues are currently hard to debug since `--debug` only has effect after `gl.auth()`
has been called.

For example, a 401 error is printed without any details about the actual HTTP request being sent:

$ gitlab --debug --server-url https://gitlab.com current-user get 401: 401 Unauthorized

By moving the call to `gl.enable_debug()` the usual debug logs get printed before the final error
message.

Signed-off-by: Emanuele Aina <emanuele.ainacollabora.com>

- **cli**: Expose missing mr_default_target_self project attribute
([`12aea32`](https://github.com/python-gitlab/python-gitlab/commit/12aea32d1c0f7e6eac0d19da580bf6efde79d3e2))

Example::

gitlab project update --id 616 --mr-default-target-self 1

References:

* https://gitlab.com/gitlab-org/gitlab/-/merge_requests/58093 *
https://gitlab.com/gitlab-org/gitlab/-/blob/v13.11.0-ee/doc/user/project/merge_requests/creating_merge_requests.md#new-merge-request-from-a-fork
* https://gitlab.com/gitlab-org/gitlab/-/blob/v14.7.0-ee/doc/api/projects.md#get-single-project

Chores

- Correct website for pylint
([`fcd72fe`](https://github.com/python-gitlab/python-gitlab/commit/fcd72fe243daa0623abfde267c7ab1c6866bcd52))

Use https://github.com/PyCQA/pylint as the website for pylint.

- Validate httpx package is not installed by default
([`0ecf3bb`](https://github.com/python-gitlab/python-gitlab/commit/0ecf3bbe28c92fd26a7d132bf7f5ae9481cbad30))

- **deps**: Update all non-major dependencies
([`d8a657b`](https://github.com/python-gitlab/python-gitlab/commit/d8a657b2b391e9ba3c20d46af6ad342a9b9a2f93))

- **deps**: Update all non-major dependencies
([`b2c6d77`](https://github.com/python-gitlab/python-gitlab/commit/b2c6d774b3f8fa72c5607bfa4fa0918283bbdb82))

- **deps**: Update pre-commit hook maxbrunet/pre-commit-renovate to v34
([`623e768`](https://github.com/python-gitlab/python-gitlab/commit/623e76811a16f0a8ae58dbbcebfefcfbef97c8d1))

- **deps**: Update pre-commit hook maxbrunet/pre-commit-renovate to v34.20.0
([`e6f1bd6`](https://github.com/python-gitlab/python-gitlab/commit/e6f1bd6333a884433f808b2a84670079f9a70f0a))

- **deps**: Update pre-commit hook maxbrunet/pre-commit-renovate to v34.24.0
([`a0553c2`](https://github.com/python-gitlab/python-gitlab/commit/a0553c29899f091209afe6366e8fb75fb9edef40))

Documentation

- Use the term "log file" for getting a job log file
([`9d2b1ad`](https://github.com/python-gitlab/python-gitlab/commit/9d2b1ad10aaa78a5c28ece334293641c606291b5))

The GitLab docs refer to it as a log file: https://docs.gitlab.com/ee/api/jobs.html#get-a-log-file

"trace" is the endpoint name but not a common term people will think of for a "log file"

- **api**: Pushrules remove saying `None` is returned when not found
([`c3600b4`](https://github.com/python-gitlab/python-gitlab/commit/c3600b49e4d41b1c4f2748dd6f2a331c331d8706))

In `groups.pushrules.get()`, GitLab does not return `None` when no rules are found. GitLab returns a
404.

Update docs to not say it will return `None`

Also update docs in `project.pushrules.get()` to be consistent. Not 100% sure if it returns `None`
or returns a 404, but we don't need to document that.

Closes: 2368

- **groups**: Describe GitLab.com group creation limitation
([`9bd433a`](https://github.com/python-gitlab/python-gitlab/commit/9bd433a3eb508b53fbca59f3f445da193522646a))

Features

- Add support for SAML group links
([2367](https://github.com/python-gitlab/python-gitlab/pull/2367),
[`1020ce9`](https://github.com/python-gitlab/python-gitlab/commit/1020ce965ff0cd3bfc283d4f0ad40e41e4d1bcee))

- Implement secure files API
([`d0a0348`](https://github.com/python-gitlab/python-gitlab/commit/d0a034878fabfd8409134aa8b7ffeeb40219683c))

- **api**: Add application statistics
([`6fcf3b6`](https://github.com/python-gitlab/python-gitlab/commit/6fcf3b68be095e614b969f5922ad8a67978cd4db))

- **api**: Add support for getting a project's pull mirror details
([`060cfe1`](https://github.com/python-gitlab/python-gitlab/commit/060cfe1465a99657c5f832796ab3aa03aad934c7))

Add the ability to get a project's pull mirror details. This was added in GitLab 15.5 and is a
PREMIUM feature.

https://docs.gitlab.com/ee/api/projects.html#get-a-projects-pull-mirror-details

- **api**: Add support for remote project import
([2348](https://github.com/python-gitlab/python-gitlab/pull/2348),
[`e5dc72d`](https://github.com/python-gitlab/python-gitlab/commit/e5dc72de9b3cdf0a7944ee0961fbdc6784c7f315))

- **api**: Add support for remote project import from AWS S3
([2357](https://github.com/python-gitlab/python-gitlab/pull/2357),
[`892281e`](https://github.com/python-gitlab/python-gitlab/commit/892281e35e3d81c9e43ff6a974f920daa83ea8b2))

- **ci**: Re-run Tests on PR Comment workflow
([`034cde3`](https://github.com/python-gitlab/python-gitlab/commit/034cde31c7017923923be29c3f34783937febc0f))

- **groups**: Add LDAP link manager and deprecate old API endpoints
([`3a61f60`](https://github.com/python-gitlab/python-gitlab/commit/3a61f601adaec7751cdcfbbcb88aa544326b1730))

- **groups**: Add support for listing ldap_group_links
([2371](https://github.com/python-gitlab/python-gitlab/pull/2371),
[`ad7c8fa`](https://github.com/python-gitlab/python-gitlab/commit/ad7c8fafd56866002aa6723ceeba4c4bc071ca0d))

Refactoring

- Explicitly use ProjectSecureFile
([`0c98b2d`](https://github.com/python-gitlab/python-gitlab/commit/0c98b2d8f4b8c1ac6a4b496282f307687b652759))

Testing

- **api**: Fix flaky test `test_cancel_merge_when_pipeline_succeeds`
([`6525c17`](https://github.com/python-gitlab/python-gitlab/commit/6525c17b8865ead650a6e09f9bf625ca9881911b))

This is an attempt to fix the flaky test `test_cancel_merge_when_pipeline_succeeds`. Were seeing a:
405 Method Not Allowed error when setting the MR to merge_when_pipeline_succeeds.

Closes: 2383

3.11.0

Not secure
Bug Fixes

- Intermittent failure in test_merge_request_reset_approvals
([`3dde36e`](https://github.com/python-gitlab/python-gitlab/commit/3dde36eab40406948adca633f7197beb32b29552))

Have been seeing intermittent failures in the test:
tests/functional/api/test_merge_requests.py::test_merge_request_reset_approvals

Also saw a failure in: tests/functional/cli/test_cli_v4.py::test_accept_request_merge[subprocess]

Add a call to `wait_for_sidekiq()` to hopefully resolve the issues.

- Remove `project.approvals.set_approvals()` method
([`91f08f0`](https://github.com/python-gitlab/python-gitlab/commit/91f08f01356ca5e38d967700a5da053f05b6fab0))

The `project.approvals.set_approvals()` method used the `/projects/:id/approvers` end point. That
end point was removed from GitLab in the 13.11 release, on 2-Apr-2021 in commit
27dc2f2fe81249bbdc25f7bd8fe799752aac05e6 via merge commit
e482597a8cf1bae8e27abd6774b684fb90491835. It was deprecated on 19-Aug-2019.

See merge request: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57473

- Use epic id instead of iid for epic notes
([`97cae38`](https://github.com/python-gitlab/python-gitlab/commit/97cae38a315910972279f2d334e91fa54d9ede0c))

- **cli**: Handle list response for json/yaml output
([`9b88132`](https://github.com/python-gitlab/python-gitlab/commit/9b88132078ed37417c2a45369b4976c9c67f7882))

Handle the case with the CLI where a list response is returned from GitLab and json/yaml output is
requested.

Add a functional CLI test to validate it works.

Closes: 2287

Chores

- Add `not-callable` to pylint ignore list
([`f0c02a5`](https://github.com/python-gitlab/python-gitlab/commit/f0c02a553da05ea3fdca99798998f40cfd820983))

The `not-callable` error started showing up. Ignore this error as it is invalid. Also `mypy` tests
for these issues.

Closes: 2334

- Add basic type checks to functional/api tests
([`5b642a5`](https://github.com/python-gitlab/python-gitlab/commit/5b642a5d4c934f0680fa99079484176d36641861))

- Add basic type checks to meta tests
([`545d6d6`](https://github.com/python-gitlab/python-gitlab/commit/545d6d60673c7686ec873a343b6afd77ec9062ec))

- Add basic typing to functional tests
([`ee143c9`](https://github.com/python-gitlab/python-gitlab/commit/ee143c9d6df0f1498483236cc228e12132bef132))

- Add basic typing to smoke tests
([`64e8c31`](https://github.com/python-gitlab/python-gitlab/commit/64e8c31e1d35082bc2e52582205157ae1a6c4605))

- Add basic typing to test root
([`0b2f6bc`](https://github.com/python-gitlab/python-gitlab/commit/0b2f6bcf454685786a89138b36b10fba649663dd))

- Add responses to pre-commit deps
([`4b8ddc7`](https://github.com/python-gitlab/python-gitlab/commit/4b8ddc74c8f7863631005e8eb9861f1e2f0a4cbc))

- Fix flaky test
([`fdd4114`](https://github.com/python-gitlab/python-gitlab/commit/fdd4114097ca69bbb4fd9c3117b83063b242f8f2))

- Narrow type hints for license API
([`50731c1`](https://github.com/python-gitlab/python-gitlab/commit/50731c173083460f249b1718cbe2288fc3c46c1a))

- Renovate and precommit cleanup
([`153d373`](https://github.com/python-gitlab/python-gitlab/commit/153d3739021d2375438fe35ce819c77142914567))

- Revert compose upgrade
([`dd04e8e`](https://github.com/python-gitlab/python-gitlab/commit/dd04e8ef7eee2793fba38a1eec019b00b3bb616e))

This reverts commit f825d70e25feae8cd9da84e768ec6075edbc2200.

- Simplify `wait_for_sidekiq` usage
([`196538b`](https://github.com/python-gitlab/python-gitlab/commit/196538ba3e233ba2acf6f816f436888ba4b1f52a))

Simplify usage of `wait_for_sidekiq` by putting the assert if it timed out inside the function
rather than after calling it.

- Topic functional tests
([`d542eba`](https://github.com/python-gitlab/python-gitlab/commit/d542eba2de95f2cebcc6fc7d343b6daec95e4219))

- Update the issue templates
([`c15bd33`](https://github.com/python-gitlab/python-gitlab/commit/c15bd33f45fbd9d064f1e173c6b3ca1b216def2f))

* Have an option to go to the discussions * Have an option to go to the Gitter chat * Move the
bug/issue template into the .github/ISSUE_TEMPLATE/ directory

- Use kwargs for http_request docs
([`124abab`](https://github.com/python-gitlab/python-gitlab/commit/124abab483ab6be71dbed91b8d518ae27355b9ae))

- **deps**: Group non-major upgrades to reduce noise
([`37d14bd`](https://github.com/python-gitlab/python-gitlab/commit/37d14bd9fd399a498d72a03b536701678af71702))

- **deps**: Pin and clean up test dependencies
([`60b9197`](https://github.com/python-gitlab/python-gitlab/commit/60b9197dfe327eb2310523bae04c746d34458fa3))

- **deps**: Pin dependencies
([`953f38d`](https://github.com/python-gitlab/python-gitlab/commit/953f38dcc7ccb2a9ad0ea8f1b9a9e06bd16b9133))

- **deps**: Pin GitHub Actions
([`8dbaa5c`](https://github.com/python-gitlab/python-gitlab/commit/8dbaa5cddef6d7527ded686553121173e33d2973))

- **deps**: Update all non-major dependencies
([`dde3642`](https://github.com/python-gitlab/python-gitlab/commit/dde3642bcd41ea17c4f301188cb571db31fe4da8))

- **deps**: Update all non-major dependencies
([`2966234`](https://github.com/python-gitlab/python-gitlab/commit/296623410ae0b21454ac11e48e5991329c359c4d))

- **deps**: Update black to v22.10.0
([`531ee05`](https://github.com/python-gitlab/python-gitlab/commit/531ee05bdafbb6fee8f6c9894af15fc89c67d610))

- **deps**: Update dependency commitizen to v2.35.0
([`4ce9559`](https://github.com/python-gitlab/python-gitlab/commit/4ce95594695d2e19a215719d535bc713cf381729))

- **deps**: Update dependency mypy to v0.981
([`da48849`](https://github.com/python-gitlab/python-gitlab/commit/da48849a303beb0d0292bccd43d54aacfb0c316b))

- **deps**: Update dependency pylint to v2.15.3
([`6627a60`](https://github.com/python-gitlab/python-gitlab/commit/6627a60a12471f794cb308e76e449b463b9ce37a))

- **deps**: Update dependency types-requests to v2.28.11.2
([`d47c0f0`](https://github.com/python-gitlab/python-gitlab/commit/d47c0f06317d6a63af71bb261d6bb4e83325f261))

- **deps**: Update pre-commit hook maxbrunet/pre-commit-renovate to v33
([`932bbde`](https://github.com/python-gitlab/python-gitlab/commit/932bbde7ff10dd0f73bc81b7e91179b93a64602b))

- **deps**: Update typing dependencies
([`81285fa`](https://github.com/python-gitlab/python-gitlab/commit/81285fafd2b3c643d130a84550a666d4cc480b51))

Documentation

- Add minimal docs about the `enable_debug()` method
([`b4e9ab7`](https://github.com/python-gitlab/python-gitlab/commit/b4e9ab7ee395e575f17450c2dc0d519f7192e58e))

Add some minimal documentation about the `enable_debug()` method.

- **advanced**: Add hint on type narrowing
([`a404152`](https://github.com/python-gitlab/python-gitlab/commit/a40415290923d69d087dd292af902efbdfb5c258))

- **api**: Describe the list() and all() runners' functions
([`b6cc3f2`](https://github.com/python-gitlab/python-gitlab/commit/b6cc3f255532521eb259b42780354e03ce51458e))

- **api**: Describe use of lower-level methods
([`b7a6874`](https://github.com/python-gitlab/python-gitlab/commit/b7a687490d2690e6bd4706391199135e658e1dc6))

- **api**: Update `merge_requests.rst`: `mr_id` to `mr_iid`
([`b32234d`](https://github.com/python-gitlab/python-gitlab/commit/b32234d1f8c4492b6b2474f91be9479ad23115bb))

Typo: Author probably meant `mr_iid` (i.e. project-specific MR ID)

and **not** `mr_id` (i.e. server-wide MR ID)

Closes: https://github.com/python-gitlab/python-gitlab/issues/2295

Signed-off-by: Stavros Ntentos <133706+stdedosusers.noreply.github.com>

- **commits**: Fix commit create example for binary content
([`bcc1eb4`](https://github.com/python-gitlab/python-gitlab/commit/bcc1eb4571f76b3ca0954adb5525b26f05958e3f))

- **readme**: Add a basic feature list
([`b4d53f1`](https://github.com/python-gitlab/python-gitlab/commit/b4d53f1abb264cd9df8e4ac6560ab0895080d867))

Features

- **api**: Add support for topics merge API
([`9a6d197`](https://github.com/python-gitlab/python-gitlab/commit/9a6d197f9d2a88bdba8dab1f9abaa4e081a14792))

- **build**: Officially support Python 3.11
([`74f66c7`](https://github.com/python-gitlab/python-gitlab/commit/74f66c71f3974cf68f5038f4fc3995e53d44aebe))

Refactoring

- Migrate legacy EE tests to pytest
([`88c2505`](https://github.com/python-gitlab/python-gitlab/commit/88c2505b05dbcfa41b9e0458d4f2ec7dcc6f8169))

- Pre-commit trigger from tox
([`6e59c12`](https://github.com/python-gitlab/python-gitlab/commit/6e59c12fe761e8deea491d1507beaf00ca381cdc))

- Pytest-docker fixtures
([`3e4781a`](https://github.com/python-gitlab/python-gitlab/commit/3e4781a66577a6ded58f721739f8e9422886f9cd))

- **deps**: Drop compose v1 dependency in favor of v2
([`f825d70`](https://github.com/python-gitlab/python-gitlab/commit/f825d70e25feae8cd9da84e768ec6075edbc2200))

Testing

- Enable skipping tests per GitLab plan
([`01d5f68`](https://github.com/python-gitlab/python-gitlab/commit/01d5f68295b62c0a8bd431a9cd31bf9e4e91e7d9))

- Fix `test_project_push_rules` test
([`8779cf6`](https://github.com/python-gitlab/python-gitlab/commit/8779cf672af1abd1a1f67afef20a61ae5876a724))

Make the `test_project_push_rules` test work.

- Use false instead of /usr/bin/false
([`51964b3`](https://github.com/python-gitlab/python-gitlab/commit/51964b3142d4d19f44705fde8e7e721233c53dd2))

On Debian systems false is located at /bin/false (coreutils package). This fixes unit test failure
on Debian system:

FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/false'

/usr/lib/python3.10/subprocess.py:1845: FileNotFoundError

3.10.0

Not secure
Bug Fixes

- **cli**: Add missing attribute for MR changes
([`20c46a0`](https://github.com/python-gitlab/python-gitlab/commit/20c46a0572d962f405041983e38274aeb79a12e4))

- **cli**: Add missing attributes for creating MRs
([`1714d0a`](https://github.com/python-gitlab/python-gitlab/commit/1714d0a980afdb648d203751dedf95ee95ac326e))

Chores

- Bump GitLab docker image to 15.4.0-ee.0
([`b87a2bc`](https://github.com/python-gitlab/python-gitlab/commit/b87a2bc7cfacd3a3c4a18342c07b89356bf38d50))

* Use `settings.delayed_group_deletion=False` as that is the recommended method to turn off the
delayed group deletion now. * Change test to look for `default` as `pages` is not mentioned in the
docs[1]

[1] https://docs.gitlab.com/ee/api/sidekiq_metrics.html#get-the-current-queue-metrics

- **deps**: Update black to v22.8.0
([`86b0e40`](https://github.com/python-gitlab/python-gitlab/commit/86b0e4015a258433528de0a5b063defa3eeb3e26))

- **deps**: Update dependency commitizen to v2.32.2
([`31aea28`](https://github.com/python-gitlab/python-gitlab/commit/31aea286e0767148498af300e78db7dbdf715bda))

- **deps**: Update dependency commitizen to v2.32.5
([`e180f14`](https://github.com/python-gitlab/python-gitlab/commit/e180f14309fa728e612ad6259c2e2c1f328a140c))

- **deps**: Update dependency pytest to v7.1.3
([`ec7f26c`](https://github.com/python-gitlab/python-gitlab/commit/ec7f26cd0f61a3cbadc3a1193c43b54d5b71c82b))

- **deps**: Update dependency types-requests to v2.28.10
([`5dde7d4`](https://github.com/python-gitlab/python-gitlab/commit/5dde7d41e48310ff70a4cef0b6bfa2df00fd8669))

- **deps**: Update pre-commit hook commitizen-tools/commitizen to v2.32.2
([`31ba64f`](https://github.com/python-gitlab/python-gitlab/commit/31ba64f2849ce85d434cd04ec7b837ca8f659e03))

Features

- Add reset_approvals api
([`88693ff`](https://github.com/python-gitlab/python-gitlab/commit/88693ff2d6f4eecf3c79d017df52738886e2d636))

Added the newly added reset_approvals merge request api.

Signed-off-by: Lucas Zampieri <lzampierredhat.com>

- Add support for deployment approval endpoint
([`9c9eeb9`](https://github.com/python-gitlab/python-gitlab/commit/9c9eeb901b1f3acd3fb0c4f24014ae2ed7c975ec))

Add support for the deployment approval endpoint[1]

[1] https://docs.gitlab.com/ee/api/deployments.html#approve-or-reject-a-blocked-deployment Closes:
2253

3.9.0

Not secure
Chores

- Fix issue if only run test_gitlab.py func test
([`98f1956`](https://github.com/python-gitlab/python-gitlab/commit/98f19564c2a9feb108845d33bf3631fa219e51c6))

Make it so can run just the test_gitlab.py functional test.

For example: $ tox -e api_func_v4 -- -k test_gitlab.py

- Only check for our UserWarning
([`bd4dfb4`](https://github.com/python-gitlab/python-gitlab/commit/bd4dfb4729377bf64c552ef6052095aa0b5658b8))

The GitHub CI is showing a ResourceWarning, causing our test to fail.

Update test to only look for our UserWarning which should not appear.

What was seen when debugging the GitHub CI: {message: ResourceWarning( "unclosed <socket.socket
fd=12, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1',
50862), raddr=('127.0.0.1', 8080)>" ), category: 'ResourceWarning', filename:
'/home/runner/work/python-gitlab/python-gitlab/.tox/api_func_v4/lib/python3.10/site-packages/urllib3/poolmanager.py',
lineno: 271, line: None }

- **ci**: Make pytest annotations work
([`f67514e`](https://github.com/python-gitlab/python-gitlab/commit/f67514e5ffdbe0141b91c88366ff5233e0293ca2))

- **deps**: Update dependency commitizen to v2.31.0
([`4ff0894`](https://github.com/python-gitlab/python-gitlab/commit/4ff0894870977f07657e80bfaa06387f2af87d10))

- **deps**: Update dependency commitizen to v2.32.1
([`9787c5c`](https://github.com/python-gitlab/python-gitlab/commit/9787c5cf01a518164b5951ec739abb1d410ff64c))

- **deps**: Update dependency types-requests to v2.28.8
([`8e5b86f`](https://github.com/python-gitlab/python-gitlab/commit/8e5b86fcc72bf30749228519f1b4a6e29a8dbbe9))

- **deps**: Update dependency types-requests to v2.28.9
([`be932f6`](https://github.com/python-gitlab/python-gitlab/commit/be932f6dde5f47fb3d30e654b82563cd719ae8ce))

- **deps**: Update dependency types-setuptools to v64
([`4c97f26`](https://github.com/python-gitlab/python-gitlab/commit/4c97f26287cc947ab5ee228a5862f2a20535d2ae))

- **deps**: Update pre-commit hook commitizen-tools/commitizen to v2.31.0
([`71d37d9`](https://github.com/python-gitlab/python-gitlab/commit/71d37d98721c0813b096124ed2ccf5487ab463b9))

- **deps**: Update pre-commit hook commitizen-tools/commitizen to v2.32.1
([`cdd6efe`](https://github.com/python-gitlab/python-gitlab/commit/cdd6efef596a1409d6d8a9ea13e04c943b8c4b6a))

- **deps**: Update pre-commit hook pycqa/flake8 to v5
([`835d884`](https://github.com/python-gitlab/python-gitlab/commit/835d884e702f1ee48575b3154136f1ef4b2f2ff2))

Features

- Add support for merge_base API
([`dd4fbd5`](https://github.com/python-gitlab/python-gitlab/commit/dd4fbd5e43adbbc502624a8de0d30925d798dec0))

3.8.1

Not secure
Bug Fixes

- **client**: Do not assume user attrs returned for auth()
([`a07547c`](https://github.com/python-gitlab/python-gitlab/commit/a07547cba981380935966dff2c87c2c27d6b18d9))

This is mostly relevant for people mocking the API in tests.

Chores

- Add license badge to readme
([`9aecc9e`](https://github.com/python-gitlab/python-gitlab/commit/9aecc9e5ae1e2e254b8a27283a0744fe6fd05fb6))

- Consolidate license and authors
([`366665e`](https://github.com/python-gitlab/python-gitlab/commit/366665e89045eb24d47f730e2a5dea6229839e20))

- Remove broad Exception catching from `config.py`
([`0abc90b`](https://github.com/python-gitlab/python-gitlab/commit/0abc90b7b456d75869869618097f8fcb0f0d9e8d))

Change "except Exception:" catching to more granular exceptions.

A step in enabling the "broad-except" check in pylint.

- **deps**: Update dependency commitizen to v2.29.5
([`181390a`](https://github.com/python-gitlab/python-gitlab/commit/181390a4e07e3c62b86ade11d9815d36440f5817))

- **deps**: Update dependency flake8 to v5.0.4
([`50a4fec`](https://github.com/python-gitlab/python-gitlab/commit/50a4feca96210e890d8ff824c2c6bf3d57f21799))

- **deps**: Update dependency sphinx to v5
([`3f3396e`](https://github.com/python-gitlab/python-gitlab/commit/3f3396ee383c8e6f2deeb286f04184a67edb6d1d))

Page 6 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.