From 210789167574a52c3c640ba18d0216f7d8b5d65e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 5 Nov 2023 03:21:35 +0000 Subject: [PATCH] chore(deps): bump commitizen to v3.12.0 | datasource | package | from | to | | ----------- | --------------------------- | ------- | ------- | | pypi | commitizen | 3.10.1 | 3.12.0 | | github-tags | commitizen-tools/commitizen | v3.10.1 | v3.12.0 | --- .pre-commit-config.yaml | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a4ffa5..ab16de0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,7 +81,7 @@ repos: ## Git - repo: https://github.com/commitizen-tools/commitizen - rev: v3.10.1 # Keep in sync with pyproject.toml. + rev: v3.12.0 # Keep in sync with pyproject.toml. hooks: - id: commitizen - id: commitizen-branch diff --git a/poetry.lock b/poetry.lock index 0705611..e4c100f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -137,13 +137,13 @@ files = [ [[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] @@ -551,4 +551,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "==3.12.0" -content-hash = "ab2d7111bc6fda8e53bea20b0da9b543231e899b76b6ec865808968695290375" +content-hash = "b29f17c05bc43997287610f5df7d1ee3bfdcd996453dc82d821a7d84d69b61b0" diff --git a/pyproject.toml b/pyproject.toml index 235cd36..ffeea2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,5 +19,5 @@ build-backend = "poetry.core.masonry.api" python = "==3.12.0" [tool.poetry.group.dev.dependencies] - commitizen = "==3.10.1" # Keep in sync with .pre-commit-config.yaml. + commitizen = "==3.12.0" # Keep in sync with .pre-commit-config.yaml. pre-commit = "==3.5.0"