Bump python-gitlab from 5.3.1 to 5.6.0
Bumps python-gitlab from 5.3.1 to 5.6.0.
Release notes
Sourced from python-gitlab's releases.
v5.6.0 (2025-01-28)
Features
- group: Add support for group level MR approval rules (
304bdd0
)
Detailed Changes: v5.5.0...v5.6.0
v5.5.0 (2025-01-28)
Chores
Add deprecation warning for mirror_pull functions (
7f6fd5c
)Relax typing constraints for response action (
f430078
)tests: Catch deprecation warnings (
0c1af08
)Documentation
Features
- projects: Add pull mirror class (
2411bff
)
Detailed Changes: v5.4.0...v5.5.0
v5.4.0 (2025-01-28)
Bug Fixes
- api: Make type ignores more specific where possible (
e3cb806
)Instead of using absolute ignore
# type: ignore
use a more specific ignores like# type: ignore[override]
. This might help in the future where a new bug might be introduced and get ignored by a general ignore comment but not a more specific one.Signed-off-by: Igor Ponomarev igor.ponomarev@collabora.com
api: Return the new commit when calling cherry_pick (
de29503
)files: Add optional ref parameter for cli project-file raw (python-gitlab#3032) (
22f03bd
)The ef parameter was removed in python-gitlab v4.8.0. This will add ef back as an optional parameter for the project-file raw cli command.
... (truncated)
Changelog
Sourced from python-gitlab's changelog.
v5.6.0 (2025-01-28)
Features
- group: Add support for group level MR approval rules (
304bdd0
)v5.5.0 (2025-01-28)
Chores
Add deprecation warning for mirror_pull functions (
7f6fd5c
)Relax typing constraints for response action (
f430078
)tests: Catch deprecation warnings (
0c1af08
)Documentation
Features
functional: Add pull mirror test (
3b31ade
)projects: Add pull mirror class (
2411bff
)unit: Add pull mirror tests (
5c11203
)v5.4.0 (2025-01-28)
Bug Fixes
- api: Make type ignores more specific where possible (
e3cb806
)Instead of using absolute ignore
# type: ignore
use a more specific ignores like# type: ignore[override]
. This might help in the future where a new bug might be introduced and get
... (truncated)
Commits
-
515a8a2
chore: release v5.6.0 -
304bdd0
feat(group): add support for group level MR approval rules -
cfa6358
chore: release v5.5.0 -
0c1af08
chore(tests): catch deprecation warnings -
f430078
chore: relax typing constraints for response action -
7f6fd5c
chore: add deprecation warning for mirror_pull functions -
9e18672
docs: remove old pull mirror implementation -
9b374b2
docs: add usage of pull mirror -
3b31ade
feat(functional): add pull mirror test -
2411bff
feat(projects): add pull mirror class - Additional commits viewable in compare view
Merge request reports
Activity
added dependencies python labels
mentioned in merge request !169 (closed)
assigned to @hifis-bot
requested review from @hueser93
- Resolved by HIFIS Bot
@hifis-bot recreate
added 11 commits
-
deafa1d0...517d9e3f - 10 commits from branch
master
- 38e4681a - Bump python-gitlab from 5.3.1 to 5.6.0
-
deafa1d0...517d9e3f - 10 commits from branch
mentioned in commit edc2d58a