Skip to content

Commit

Permalink
chore(deps): bump commitizen from 3.27.0 to 3.29.0 (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 232c6d9 commit 4338e3d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Commitizen
run: |
pip install --upgrade pip wheel
pip install 'commitizen ==3.27.0'
pip install 'commitizen ==3.29.0'
# Run Commitizen to check the title of the PR which triggered this workflow, and check
# all commit messages of the PR's branch. If any of the checks fails then this job fails.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Commitizen
run: |
pip install --upgrade pip wheel
pip install 'commitizen ==3.27.0'
pip install 'commitizen ==3.29.0'
- name: Set up user
run: |
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Set up Commitizen
run: |
pip install --upgrade pip wheel
pip install 'commitizen ==3.27.0'
pip install 'commitizen ==3.29.0'
- name: Create Release Notes
run: cz changelog --dry-run "$(cz version --project)" > RELEASE_NOTES.md
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:

# Commitizen enforces semantic and conventional commit messages.
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.27.0
rev: v3.29.0
hooks:
- id: commitizen
name: Check conventional commit message
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ something = "package.__main__:main"
# We keep them listed here to ensure the infrastructure BOM is consistent with what's
# installed. Make sure to keep the requirements in sync with the workflows!
actions = [
"commitizen ==3.27.0",
"commitizen ==3.29.0",
"twine ==5.1.1",
]
dev = [
Expand Down

0 comments on commit 4338e3d

Please sign in to comment.