From b8758d4c3ae09baf4c6cbc7b95f3ef22a887b484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 06:41:13 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump commitizen from 4.10.0 to 4.13.9 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 4.10.0 to 4.13.9. - [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.10.0...v4.13.9) --- updated-dependencies: - dependency-name: commitizen dependency-version: 4.13.9 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 567c728e..1a218122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ something = "package.__main__:main" # We keep them listed here to ensure the infrastructure BOM is consistent with what's # installed. Make sure to keep the requirements in sync with the workflows! actions = [ - "commitizen ==4.10.0", + "commitizen ==4.13.9", "twine ==6.2.0", ] dev = [ From 6e6a8ab5d0bdd6aa5c058ad66ef29d4618f44bbb Mon Sep 17 00:00:00 2001 From: Jens Troeger Date: Wed, 8 Apr 2026 18:10:52 +1000 Subject: [PATCH 2/2] chore(deps): add missing deps --- .github/workflows/pr-conventional-commits.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- .pre-commit-config.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-conventional-commits.yaml b/.github/workflows/pr-conventional-commits.yaml index 482607df..8a61b236 100644 --- a/.github/workflows/pr-conventional-commits.yaml +++ b/.github/workflows/pr-conventional-commits.yaml @@ -36,7 +36,7 @@ jobs: - name: Set up Commitizen run: | pip install --upgrade pip wheel - pip install 'commitizen ==4.10.0' + pip install 'commitizen ==4.13.9' # Run Commitizen to check the title of the PR which triggered this workflow, and check # all commit messages of the PR's branch. If any of the checks fails then this job fails. diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 252d76ce..a9c1ec53 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -49,7 +49,7 @@ jobs: - name: Set up Commitizen run: | pip install --upgrade pip wheel - pip install 'commitizen ==4.10.0' + pip install 'commitizen ==4.13.9' - name: Set up user run: | @@ -133,7 +133,7 @@ jobs: - name: Set up Commitizen run: | pip install --upgrade pip wheel - pip install 'commitizen ==4.10.0' + pip install 'commitizen ==4.13.9' - name: Create Release Notes run: cz changelog --dry-run "$(cz version --project)" > RELEASE_NOTES.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04527550..3820efdf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Commitizen enforces semantic and conventional commit messages. - repo: https://github.com/commitizen-tools/commitizen - rev: v4.10.0 + rev: v4.13.9 hooks: - id: commitizen name: Check conventional commit message