From 17c81523e03096b227f0f1a8c21f73254b7d41ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:01:57 +0000 Subject: [PATCH] build(deps): update commitizen requirement from ~=3.29 to >=3.29,<5.0 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.29.0...v4.0.0) --- updated-dependencies: - dependency-name: commitizen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c43290a..b00682f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = [ - "commitizen ~= 3.29", + "commitizen >= 3.29,< 5.0", "django-stubs[compatible-mypy] ~= 5.0", "nox == 2024.10.9", "pre-commit ~= 3.8",