From 98a912e9d60ba43ef3b78784a40f68b5497e4b0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:16:30 +0000 Subject: [PATCH] chore(deps-dev): bump commitizen from 4.10.0 to 4.12.1 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 4.10.0 to 4.12.1. - [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/v4.10.0...v4.12.1) --- updated-dependencies: - dependency-name: commitizen dependency-version: 4.12.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52c357f5..0e0d6518 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ something = "package.__main__:main" # We keep them listed here to ensure the infrastructure BOM is consistent with what's # installed. Make sure to keep the requirements in sync with the workflows! actions = [ - "commitizen ==4.10.0", + "commitizen ==4.12.1", "twine ==6.2.0", ] dev = [