Skip to content

Commit 4352d1f

Browse files
chore(deps-dev): bump commitizen from 4.13.9 to 4.16.2 (#1184)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Troeger <jens.troeger@light-speed.de>
1 parent 505a551 commit 4352d1f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-conventional-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Commitizen
3737
run: |
3838
pip install --upgrade pip wheel
39-
pip install 'commitizen ==4.13.9'
39+
pip install 'commitizen ==4.16.2'
4040
4141
# Run Commitizen to check the title of the PR which triggered this workflow, and check
4242
# all commit messages of the PR's branch. If any of the checks fails then this job fails.

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Commitizen
5050
run: |
5151
pip install --upgrade pip wheel
52-
pip install 'commitizen ==4.13.9'
52+
pip install 'commitizen ==4.16.2'
5353
5454
- name: Set up user
5555
run: |
@@ -133,7 +133,7 @@ jobs:
133133
- name: Set up Commitizen
134134
run: |
135135
pip install --upgrade pip wheel
136-
pip install 'commitizen ==4.13.9'
136+
pip install 'commitizen ==4.16.2'
137137
138138
- name: Create Release Notes
139139
run: cz changelog --dry-run "$(cz version --project)" > RELEASE_NOTES.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ something = "package.__main__:main"
4141
# We keep them listed here to ensure the infrastructure BOM is consistent with what's
4242
# installed. Make sure to keep the requirements in sync with the workflows!
4343
actions = [
44-
"commitizen ==4.13.9",
44+
"commitizen ==4.16.2",
4545
"twine ==6.2.0",
4646
]
4747
dev = [

0 commit comments

Comments
 (0)