From d34723f47b86c757bb8d4a50f2ad0a93df7d7c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:39:17 +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.2) --- updated-dependencies: - dependency-name: commitizen dependency-version: 4.16.2 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..f6f48c1 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.2", "pre-commit>=4.6.0", ] test = [