From 655ae901a1ad52693521aee540b6e5905735c587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 20:19:38 +0000 Subject: [PATCH] Update commitizen requirement from ^3.14.1 to ^4.8.4 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/v3.14.1...v4.8.4) --- updated-dependencies: - dependency-name: commitizen dependency-version: 4.8.4 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 c524bd7..16cff53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pre-commit = "^3.6.0" nbmake = "^1.5.0" types-setuptools = "^69.0.0.0" ruff = "^0.3.0" -commitizen = "^3.14.1" +commitizen = "^4.8.4" # Removed black and isort since we're using ruff [tool.poetry.group.test.dependencies]