From c224bffb398ea9945b29f1ab89fffeb44cd2252a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 14:02:56 +0000 Subject: [PATCH] chore(deps-dev): bump commitizen from 4.9.1 to 4.10.0 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 4.9.1 to 4.10.0. - [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.9.1...v4.10.0) --- updated-dependencies: - dependency-name: commitizen dependency-version: 4.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 36cfa8c8..32df85dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -276,14 +276,14 @@ test = ["nose"] [[package]] name = "commitizen" -version = "4.9.1" +version = "4.10.0" description = "Python commitizen client tool" optional = false python-versions = "<4.0,>=3.9" groups = ["dev"] files = [ - {file = "commitizen-4.9.1-py3-none-any.whl", hash = "sha256:4241b2ecae97b8109af8e587c36bc3b805a09b9a311084d159098e12d6ead497"}, - {file = "commitizen-4.9.1.tar.gz", hash = "sha256:b076b24657718f7a35b1068f2083bd39b4065d250164a1398d1dac235c51753b"}, + {file = "commitizen-4.10.0-py3-none-any.whl", hash = "sha256:3fe56c168b30b30b84b8329cba6b132e77b4eb304a5460bbe2186aad0f78c966"}, + {file = "commitizen-4.10.0.tar.gz", hash = "sha256:cc58067403b9eff21d0423b3d9a29bda05254bd51ad5bdd1fd0594bff31277e1"}, ] [package.dependencies] @@ -298,7 +298,7 @@ prompt_toolkit = "!=3.0.52" pyyaml = ">=3.08" questionary = ">=2.0,<3.0" termcolor = ">=1.1.0,<4.0.0" -tomlkit = ">=0.5.3,<1.0.0" +tomlkit = ">=0.8.0,<1.0.0" [[package]] name = "coverage"