diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 363eeab..6eda18a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -97,7 +97,7 @@ repos: stages: [pre-commit] # renovate: datasource=github-tags depName=commitizen-tools/commitizen - repo: https://github.com/commitizen-tools/commitizen - rev: v4.11.3 + rev: v4.11.6 hooks: - id: commitizen language: python diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index c1b610e..8731b6b 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -100,7 +100,7 @@ repos: {%- if conventional_commits %} # renovate: datasource=github-tags depName=commitizen-tools/commitizen - repo: https://github.com/commitizen-tools/commitizen - rev: v4.11.3 + rev: v4.11.6 hooks: - id: commitizen language: python