From a9aee5d771748cbfe5099a13574de8c81301bc96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:46:15 -0700 Subject: [PATCH] chore: bump commitizen from 3.22.0 to 3.24.0 (#363) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index dd6eda7..6686c43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -415,17 +415,17 @@ development = ["black", "flake8", "mypy", "pytest", "types-colorama"] [[package]] name = "commitizen" -version = "3.22.0" +version = "3.24.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.22.0-py3-none-any.whl", hash = "sha256:671a587a8684220e7527e7b6a79374d2b13dda7f287a7ef78be6c4ea9919520f"}, - {file = "commitizen-3.22.0.tar.gz", hash = "sha256:806141c59ed9151acd468e6579c76df83a1536dae27a5f7be7b2ffb1847b79d5"}, + {file = "commitizen-3.24.0-py3-none-any.whl", hash = "sha256:d9e28b1dcd97cea64dcb50be25292ceb730470d933f1da37131f9540f762df36"}, + {file = "commitizen-3.24.0.tar.gz", hash = "sha256:088e01ae8265f1d6fa5a4d11a05e4fd7092d958c881837c35f6c65aad27331a9"}, ] [package.dependencies] -argcomplete = ">=1.12.1,<3.3" +argcomplete = ">=1.12.1,<3.4" charset-normalizer = ">=2.1.0,<4" colorama = ">=0.4.1,<0.5.0" decli = ">=0.6.0,<0.7.0" @@ -3166,4 +3166,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "62611e14d122f6c9caa75dc5f0632f51e122b24f31cb4338f0c9347eafcd6268" +content-hash = "aefcf11b6b9a198bfb4291521d0cdb1561b63f94be104920485bb5c0da8b44c5" diff --git a/pyproject.toml b/pyproject.toml index bb27b5e..ca2c900 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ traitlets = ">=5" [tool.poetry.dev-dependencies] Sphinx = "~7.1" black = "^24.4.0" -commitizen = "^3.22.0" +commitizen = "^3.24.0" coverage = "^7.4.0" darglint = "^1.8.1" mypy = "^1.9"