From 069460d681f366c01034b996f720c51f00caea98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:14:04 +0000 Subject: [PATCH] chore(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 ccec7214..8bc144d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -263,17 +263,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" @@ -1687,4 +1687,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "081d7ac8a911817b3250d1999f25e6ec271e2725ba1d54ec005eb9323747a667" +content-hash = "eff9c61dcb6a3c077f56b551c32cf8715619299f906308247c681cfb64e62493" diff --git a/pyproject.toml b/pyproject.toml index 1181a932..923ef844 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest = "^8.3.2" flake8 = "^5.0.4" isort = "^5.10.1" pytest-cov = "^5.0.0" -commitizen = "^3.28.0" +commitizen = "^3.29.0" python-semantic-release = "^9.8.6" python-dotenv = "^1.0.1"