From af6e1ab97f9d643f2ca911a612972984b662aa3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 20:02:41 +0000 Subject: [PATCH] chore(deps): update dependency commitizen to ^3.12.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4c442de8..06833f0c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -191,13 +191,13 @@ reference = "aliyun" [[package]] name = "commitizen" -version = "3.10.1" +version = "3.12.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.10.1-py3-none-any.whl", hash = "sha256:a8fd58cb604d3cc2cbd2c1ec88f8b54d3343119a19b08b38aa358b17492ad3ca"}, - {file = "commitizen-3.10.1.tar.gz", hash = "sha256:a185f79f92697f612bcea9ac9036dd21eadb66b2901ef5e1f99ab23b32178825"}, + {file = "commitizen-3.12.0-py3-none-any.whl", hash = "sha256:082f4733409bc4f01f987467295f8393ceb16b42cc648cf2f5a7a754c6d594db"}, + {file = "commitizen-3.12.0.tar.gz", hash = "sha256:7c313f1f85f45c9acf1a70f1637deab5c388150ae8660a0037ac260e77bb1492"}, ] [package.dependencies] @@ -997,4 +997,4 @@ reference = "aliyun" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7502cab7a2515d04b88020735948e46d4ed29e1b80183073ea57500cc90a8e54" +content-hash = "3620e56746c7a22a913ac92fa8018ff26c0dfa2dad947b6ea36e1bb0f27fc4a3" diff --git a/pyproject.toml b/pyproject.toml index 4a7ced25..cc88381d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ autoflake = "^2.2.1" mypy = "^1.6.1" flake8 = "^6.1.0" pre-commit = "^3.5.0" -commitizen = "^3.10.1" +commitizen = "^3.12.0" black = "^22.12.0" [build-system]