From 956ddd0d4aabf142769227b1eba507eee47cbd71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 05:03:51 +0000 Subject: [PATCH] build(deps-dev): bump commitizen from 3.28.0 to 3.29.0 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 3.28.0 to 3.29.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/v3.28.0...v3.29.0) --- updated-dependencies: - dependency-name: commitizen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 663a181..1bee321 100644 --- a/poetry.lock +++ b/poetry.lock @@ -303,17 +303,17 @@ files = [ [[package]] name = "commitizen" -version = "3.28.0" +version = "3.29.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.28.0-py3-none-any.whl", hash = "sha256:372dba10bb082be0e571cfa9ac0946f4333c3f4b2e242fbe32ae2f2afea143e4"}, - {file = "commitizen-3.28.0.tar.gz", hash = "sha256:de3a90b3246233260649e423963cd702d56a3b499ea02886a6412ebfb76f9462"}, + {file = "commitizen-3.29.0-py3-none-any.whl", hash = "sha256:0c6c479dbee6d19292315c6fca3782cf5c1f7f1638bc4bb5ab4cfb67f4e11894"}, + {file = "commitizen-3.29.0.tar.gz", hash = "sha256:586b30c1976850d244b836cd4730771097ba362c9c1684d1f8c379176c2ea532"}, ] [package.dependencies] -argcomplete = ">=1.12.1,<3.5" +argcomplete = ">=1.12.1,<3.6" charset-normalizer = ">=2.1.0,<4" colorama = ">=0.4.1,<0.5.0" decli = ">=0.6.0,<0.7.0" @@ -1812,4 +1812,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "5da22e828c18a2c0ee861e984a8668970e74c2b99e040bda4804cc227cdb2332" +content-hash = "59248b188795a38d291a8ae81163c4fc27ea51610100e660345272066847cc42" diff --git a/pyproject.toml b/pyproject.toml index 0ad8591..df240d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ mypy = "^1.11.1" bandit = "^1.7.9" pip-audit = "^2.4.5" # git -commitizen = "^3.28.0" +commitizen = "^3.29.0" pre-commit = "^3.3.0" # documentation mkdocs = "^1.3.0"