diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d26e03b..4426c94 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.1 + rev: v4.11.3 hooks: - id: commitizen language: python diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 3f2a4b3..14196e3 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.1 + rev: v4.11.3 hooks: - id: commitizen language: python