Skip to content

Commit adc4540

Browse files
chore(deps): bump commitizen from 3.13.0 to 3.25.0 (#729)
1 parent 4112b6a commit adc4540

4 files changed

Lines changed: 5 additions & 5 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 ==3.13.0'
39+
pip install 'commitizen ==3.25.0'
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 ==3.13.0'
52+
pip install 'commitizen ==3.25.0'
5353
5454
- name: Set up user
5555
run: |
@@ -131,7 +131,7 @@ jobs:
131131
- name: Set up Commitizen
132132
run: |
133133
pip install --upgrade pip wheel
134-
pip install 'commitizen ==3.13.0'
134+
pip install 'commitizen ==3.25.0'
135135
136136
- name: Create Release Notes
137137
run: cz changelog --dry-run "$(cz version --project)" > RELEASE_NOTES.md

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515

1616
# Commitizen enforces semantic and conventional commit messages.
1717
- repo: https://github.com/commitizen-tools/commitizen
18-
rev: v3.13.0
18+
rev: v3.25.0
1919
hooks:
2020
- id: commitizen
2121
name: Check conventional commit message

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ something = "package.__main__:main"
3939
# We keep them listed here to ensure the infrastructure BOM is consistent with what's
4040
# installed. Make sure to keep the requirements in sync with the workflows!
4141
actions = [
42-
"commitizen ==3.13.0",
42+
"commitizen ==3.25.0",
4343
"twine ==5.0.0",
4444
]
4545
dev = [

0 commit comments

Comments
 (0)