Bump python-gitlab from 4.5.0 to 4.6.0
Bumps python-gitlab from 4.5.0 to 4.6.0.
Release notes
Sourced from python-gitlab's releases.
v4.6.0 (2024-05-28)
Chore
chore(deps): update python-semantic-release/upload-to-gh-release digest to 673709c (
1b550ac
)chore(deps): update all non-major dependencies (
4c7014c
)chore: update commit reference in git-blame-ignore-revs (
d0fd5ad
)chore(cli): add ability to not add
_id_attr
as an argumentIn some cases we don't want to have
_id_attr
as an argument.Add ability to have it not be added as an argument. (
2037352
)
chore: create a CustomAction dataclass (
61d8679
)chore: add an initial .git-blame-ignore-revs
This adds the
.git-blame-ignore-revs
file which allows ignoring certain commits when doing agit blame --ignore-revs
Ignore the commit that requires keyword arguments for
register_custom_action()
https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view (
74db84c
)
- chore: require keyword arguments for register_custom_action
This makes it more obvious when reading the code what each argument is for. (
7270523
)
- chore: remove typing-extensions from requirements.txt
We no longer support Python versions before 3.8. So it isn't needed anymore. (
d569128
)
chore(deps): update dependency requests to v2.32.0 [security] (
1bc788c
)chore(deps): update all non-major dependencies (
ba1eec4
)chore(deps): update gitlab/gitlab-ee docker tag to v17 (
5070d07
)chore(cli): on the CLI help show the API endpoint of resources
This makes it easier for people to map CLI command names to the API.
Looks like this: $ gitlab --help
... (truncated)
Changelog
Sourced from python-gitlab's changelog.
v4.6.0 (2024-05-28)
Chore
chore(deps): update python-semantic-release/upload-to-gh-release digest to 673709c (
1b550ac
)chore(deps): update all non-major dependencies (
4c7014c
)chore: update commit reference in git-blame-ignore-revs (
d0fd5ad
)chore(cli): add ability to not add
_id_attr
as an argumentIn some cases we don't want to have
_id_attr
as an argument.Add ability to have it not be added as an argument. (
2037352
)
chore: create a CustomAction dataclass (
61d8679
)chore: add an initial .git-blame-ignore-revs
This adds the
.git-blame-ignore-revs
file which allows ignoring certain commits when doing agit blame --ignore-revs
Ignore the commit that requires keyword arguments for
register_custom_action()
https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view (
74db84c
)
- chore: require keyword arguments for register_custom_action
This makes it more obvious when reading the code what each argument is for. (
7270523
)
- chore: remove typing-extensions from requirements.txt
We no longer support Python versions before 3.8. So it isn't needed anymore. (
d569128
)
chore(deps): update dependency requests to v2.32.0 [security] (
1bc788c
)chore(deps): update all non-major dependencies (
ba1eec4
)chore(deps): update gitlab/gitlab-ee docker tag to v17 (
5070d07
)chore(cli): on the CLI help show the API endpoint of resources
This makes it easier for people to map CLI command names to the API.
Looks like this: $ gitlab --help
... (truncated)
Commits
-
9c1c210
chore: release v4.6.0 -
1b550ac
chore(deps): update python-semantic-release/upload-to-gh-release digest to 67... -
4c7014c
chore(deps): update all non-major dependencies -
37b5a70
fix(deps): update minimum dependency versions in pyproject.toml -
d0fd5ad
chore: update commit reference in git-blame-ignore-revs -
98fc578
fix(cli): don't require--id
when enabling a deploy key -
2037352
chore(cli): add ability to not add_id_attr
as an argument -
61d8679
chore: create a CustomAction dataclass -
74db84c
chore: add an initial .git-blame-ignore-revs -
7270523
chore: require keyword arguments for register_custom_action - Additional commits viewable in compare view