From cad4fdfc3ffc2f14c4e29186eb1b8832c2eb9353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 11:20:00 +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.16.0 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 = [