Skip to content

Commit

Permalink
chore(deps): bump commitizen to v3.8.2
Browse files Browse the repository at this point in the history
| datasource  | package                     | from   | to     |
| ----------- | --------------------------- | ------ | ------ |
| pypi        | commitizen                  | 3.8.0  | 3.8.2  |
| github-tags | commitizen-tools/commitizen | v3.8.0 | v3.8.2 |
  • Loading branch information
renovate-bot authored and Kurt-von-Laven committed Sep 13, 2023
1 parent b0c8540 commit 7fd0f31
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 @@ -87,7 +87,7 @@ repos:

## Git
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.8.0 # Keep in sync with pyproject.toml.
rev: v3.8.2 # 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.11.5"

[tool.poetry.dev-dependencies]
commitizen = "==3.8.0" # Keep in sync with .pre-commit-config.yaml.
commitizen = "==3.8.2" # Keep in sync with .pre-commit-config.yaml.
pre-commit = "==3.4.0"

0 comments on commit 7fd0f31

Please sign in to comment.