From 364f457c5488b306e3741245e4dba2f346e5efda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 08:53:56 +0000 Subject: [PATCH] chore(deps): bump the pre-commit group across 1 directory with 2 updates Bumps the pre-commit group with 2 updates in the / directory: [https://github.com/commitizen-tools/commitizen](https://github.com/commitizen-tools/commitizen) and [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit). Updates `https://github.com/commitizen-tools/commitizen` from v4.16.4 to 4.16.5 - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen/compare/205e71c26d6dd6a802ca674c9ae4d12f1103a9bb...6afcd8e9560ddf1b9a5032262a0be26540e85fb3) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.20 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/c59bba8fb259db0fec2bbb77ad8ba51ea7341b56...cb8c523fd4835aba42af70f4cad5568db4df0b6c) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.22 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/commitizen-tools/commitizen dependency-version: 4.16.5 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83a52542..cb5b11ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Commitizen enforces semantic and conventional commit messages. - repo: https://github.com/commitizen-tools/commitizen - rev: 205e71c26d6dd6a802ca674c9ae4d12f1103a9bb # frozen: v4.16.4 + rev: 6afcd8e9560ddf1b9a5032262a0be26540e85fb3 # frozen: v4.16.5 hooks: - id: commitizen name: Check conventional commit message @@ -23,7 +23,7 @@ repos: # Ruff formats and lints code. - repo: https://github.com/astral-sh/ruff-pre-commit - rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # frozen: v0.15.20 + rev: cb8c523fd4835aba42af70f4cad5568db4df0b6c # frozen: v0.16.0 hooks: - id: ruff-format args: [--config, pyproject.toml]