Skip to content

Commit

Permalink
chore(deps): bump commitizen to v3.6.0
Browse files Browse the repository at this point in the history
| datasource  | package                     | from   | to     |
| ----------- | --------------------------- | ------ | ------ |
| pypi        | commitizen                  | 3.2.2  | 3.6.0  |
| github-tags | commitizen-tools/commitizen | v3.2.2 | v3.6.0 |
  • Loading branch information
renovate-bot committed Aug 3, 2023
1 parent 83ae02a commit bcaadc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ repos:

## Git
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.2.2 # Keep in sync with pyproject.toml.
rev: v3.6.0 # Keep in sync with pyproject.toml.
hooks:
- id: commitizen
- id: commitizen-branch
Expand Down
10 changes: 5 additions & 5 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 @@ -23,5 +23,5 @@ build-backend = "poetry.core.masonry.api"
python = "==3.11.4"

[tool.poetry.dev-dependencies]
commitizen = "==3.2.2" # Keep in sync with .pre-commit-config.yaml.
commitizen = "==3.6.0" # Keep in sync with .pre-commit-config.yaml.
pre-commit = "==3.3.3"

0 comments on commit bcaadc0

Please sign in to comment.