From 7a241d85b1b84413b4a7318f8130ca57b174405b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:37:06 +0000 Subject: [PATCH] build(deps-dev): bump commitizen from 3.29.0 to 3.30.1 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 3.29.0 to 3.30.1. - [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...v3.30.1) --- updated-dependencies: - dependency-name: commitizen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index dc0b2dd..a5b3971 100644 --- a/poetry.lock +++ b/poetry.lock @@ -303,13 +303,13 @@ files = [ [[package]] name = "commitizen" -version = "3.29.0" +version = "3.30.1" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.29.0-py3-none-any.whl", hash = "sha256:0c6c479dbee6d19292315c6fca3782cf5c1f7f1638bc4bb5ab4cfb67f4e11894"}, - {file = "commitizen-3.29.0.tar.gz", hash = "sha256:586b30c1976850d244b836cd4730771097ba362c9c1684d1f8c379176c2ea532"}, + {file = "commitizen-3.30.1-py3-none-any.whl", hash = "sha256:bede386f6541b00c3b43b88053b1c043de17aeea5d07c3ce6bf0f05e3abad76a"}, + {file = "commitizen-3.30.1.tar.gz", hash = "sha256:7663f64d43f7a432498ec378b47a35b9904cdb76605aa5e3a28f18cfffcc5abe"}, ] [package.dependencies] @@ -1832,4 +1832,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "5c8a1a34b0dbd5fdb46d55c6ede65b9dc322ec00f8b0471642bc363a2aa6559a" +content-hash = "be46a7e262db33539fbf64ce800b3c3cba55611989caae65a907aae2413c2f82" diff --git a/pyproject.toml b/pyproject.toml index 214a1b2..21c5bd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ mypy = "^1.11.2" bandit = "^1.7.9" pip-audit = "^2.4.5" # git -commitizen = "^3.29.0" +commitizen = "^3.30.1" pre-commit = "^3.3.0" # documentation mkdocs = "^1.6.1"