From bb49d6d5414f4cffb64d3f335328a5e0dcd0d6df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 16:17:46 +0000 Subject: [PATCH] chore(deps): update dependency commitizen to ^3.25.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1d22c8da..b46f9ed5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -191,13 +191,13 @@ reference = "aliyun" [[package]] name = "commitizen" -version = "3.24.0" +version = "3.25.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.24.0-py3-none-any.whl", hash = "sha256:d9e28b1dcd97cea64dcb50be25292ceb730470d933f1da37131f9540f762df36"}, - {file = "commitizen-3.24.0.tar.gz", hash = "sha256:088e01ae8265f1d6fa5a4d11a05e4fd7092d958c881837c35f6c65aad27331a9"}, + {file = "commitizen-3.25.0-py3-none-any.whl", hash = "sha256:46b7f2a5a846df7414440d069aaa43b5d6c5a7f8840e68ae4c541492e93cd086"}, + {file = "commitizen-3.25.0.tar.gz", hash = "sha256:65c9c5114ac2ded5ab1e1a75c2540adc27ae7291ed2db9290f9ed208178d1e99"}, ] [package.dependencies] @@ -996,4 +996,4 @@ reference = "aliyun" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c97fead299fb2324f38443ab25c52c1d8ca912062669a57066691006d1a1b7f4" +content-hash = "97f37780cf6375370a3e1be1cb1841db293f1a255772b374442666b7847d898d" diff --git a/pyproject.toml b/pyproject.toml index 3b21505c..592dfa55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ autoflake = "^2.3.1" mypy = "^1.10.0" flake8 = "^7.0.0" pre-commit = "^3.7.0" -commitizen = "^3.24.0" +commitizen = "^3.25.0" black = "^22.12.0" [build-system]