From ddfc4ecfc356707209544428d91dd7d31eb587d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 09:32:18 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20dependency=20commitizen-t?= =?UTF-8?q?ools/commitizen=20(=20v4.13.7=20=E2=86=92=20v4.13.8=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 2 +- template/.pre-commit-config.yaml.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3408262..58484f5 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.13.7 + rev: v4.13.8 hooks: - id: commitizen language: python diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 3aa338d..e28d649 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.13.7 + rev: v4.13.8 hooks: - id: commitizen language: python