Skip to content

Commit

Permalink
fix(deps-dev): bump commitizen from 2.27.1 to 2.28.0
Browse files Browse the repository at this point in the history
Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 2.27.1 to 2.28.0.
- [Release notes](https://github.com/commitizen-tools/commitizen/releases)
- [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md)
- [Commits](commitizen-tools/commitizen@v2.27.1...v2.28.0)

---
updated-dependencies:
- dependency-name: commitizen
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Kurt-von-Laven committed Jul 18, 2022
1 parent 32a80bd commit 042e144
Show file tree
Hide file tree
Showing 4 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 @@ -86,7 +86,7 @@ repos:

## Git
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.27.1 # Keep in sync with action.yaml and pyproject.toml.
rev: v2.28.0 # Keep in sync with action.yaml and pyproject.toml.
hooks:
- id: commitizen
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ runs:
git_name: commitizen-github-action[bot]
git_email: commitizen-github-action[bot]@users.noreply.github.com
github_token: ${{ github.token }}
commitizen_version: 2.27.1 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
commitizen_version: 2.28.0 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
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 @@ -22,5 +22,5 @@ build-backend = "poetry.core.masonry.api"
python = "^3.10.5"

[tool.poetry.dev-dependencies]
commitizen = "^2.27.1" # Keep in sync with .pre-commit-config.yaml and action.yaml.
commitizen = "^2.28.0" # Keep in sync with .pre-commit-config.yaml and action.yaml.
pre-commit = "^2.20.0"

0 comments on commit 042e144

Please sign in to comment.