Skip to content

Commit

Permalink
chore(deps): bump commitizen to v3.12.0
Browse files Browse the repository at this point in the history
| datasource  | package                     | from    | to      |
| ----------- | --------------------------- | ------- | ------- |
| pypi        | commitizen                  | 3.10.1  | 3.12.0  |
| github-tags | commitizen-tools/commitizen | v3.10.1 | v3.12.0 |
  • Loading branch information
renovate-bot committed Nov 5, 2023
1 parent bb1592c commit 2107891
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ repos:

## Git
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.10.1 # Keep in sync with pyproject.toml.
rev: v3.12.0 # Keep in sync with pyproject.toml.
hooks:
- id: commitizen
- id: commitizen-branch
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ build-backend = "poetry.core.masonry.api"
python = "==3.12.0"

[tool.poetry.group.dev.dependencies]
commitizen = "==3.10.1" # Keep in sync with .pre-commit-config.yaml.
commitizen = "==3.12.0" # Keep in sync with .pre-commit-config.yaml.
pre-commit = "==3.5.0"

0 comments on commit 2107891

Please sign in to comment.