Skip to content

Commit 8fbe494

Browse files
renovate-botKurt-von-Laven
authored andcommitted
fix(deps): bump commitizen to v3.2.1
| datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | pypi | commitizen | 3.2.0 | 3.2.1 | | github-tags | commitizen-tools/commitizen | v3.2.0 | v3.2.1 |
1 parent c8e1d80 commit 8fbe494

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

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

8888
## Git
8989
- repo: https://github.com/commitizen-tools/commitizen
90-
rev: v3.2.0 # Keep in sync with action.yaml and pyproject.toml.
90+
rev: v3.2.1 # Keep in sync with action.yaml and pyproject.toml.
9191
hooks:
9292
- id: commitizen
9393
- id: commitizen-branch

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,5 @@ runs:
191191
git_name: commitizen-github-action[bot]
192192
git_email: commitizen-github-action[bot]@users.noreply.github.com
193193
github_token: ${{ github.token }}
194-
commitizen_version: 3.2.0 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
194+
commitizen_version: 3.2.1 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
195195
check_consistency: true

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ build-backend = "poetry.core.masonry.api"
2020
python = "==3.11.3"
2121

2222
[tool.poetry.dev-dependencies]
23-
commitizen = "==3.2.0" # Keep in sync with .pre-commit-config.yaml and action.yaml.
23+
commitizen = "==3.2.1" # Keep in sync with .pre-commit-config.yaml and action.yaml.
2424
pre-commit = "==3.3.1"

0 commit comments

Comments
 (0)