Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump commitizen to v3.18.4 #441

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 action.yaml and pyproject.toml.
rev: v3.18.4 # Keep in sync with action.yaml and pyproject.toml.
hooks:
- id: commitizen
- id: commitizen-branch
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,5 @@ runs:
git_name: commitizen-github-action[bot]
git_email: commitizen-github-action[bot]@users.noreply.github.com
github_token: ${{ github.token }}
commitizen_version: 3.13.0 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
commitizen_version: 3.18.4 # Keep in sync with .pre-commit-config.yaml and pyproject.toml.
check_consistency: true
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 and action.yaml.
commitizen = "==3.18.4" # Keep in sync with .pre-commit-config.yaml and action.yaml.
pre-commit = "==3.6.2"
Loading