From e198b9bd7b94e72eea24aca69933ae43ca7f473b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:13:15 +0000 Subject: [PATCH] chore(deps-dev): update commitizen requirement Updates the requirements on [commitizen](https://github.com/commitizen-tools/commitizen) to permit the latest version. - [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.13.10...v4.16.0) --- updated-dependencies: - dependency-name: commitizen dependency-version: 4.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3529f2..3915a0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ db = "src.core.db.cli:main" dev = [ "ruff>=0.15.11", "mypy>=1.20.1", - "commitizen>=4.13.10", + "commitizen>=4.16.0", "pre-commit>=4.6.0", ] test = [