Skip to content

Commit

Permalink
chore(deps): bump commitizen to v3.18.4
Browse files Browse the repository at this point in the history
| datasource  | package                     | from    | to      |
| ----------- | --------------------------- | ------- | ------- |
| pypi        | commitizen                  | 3.13.0  | 3.18.4  |
| github-tags | commitizen-tools/commitizen | v3.13.0 | v3.18.4 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Mar 19, 2024
1 parent 9c27a96 commit 7c728c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.13.0 # Keep in sync with pyproject.toml.
rev: v3.18.4 # Keep in sync with pyproject.toml.
hooks:
- id: commitizen
- id: commitizen-branch
Expand Down
12 changes: 6 additions & 6 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 @@ -20,5 +20,5 @@ build-backend = "poetry.core.masonry.api"
python = "==3.12.2"

[tool.poetry.group.dev.dependencies]
commitizen = "==3.13.0" # Keep in sync with .pre-commit-config.yaml.
commitizen = "==3.18.4" # Keep in sync with .pre-commit-config.yaml.
pre-commit = "==3.6.2"

0 comments on commit 7c728c7

Please sign in to comment.