From 1093332589a23e20848546963519770901cae029 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 14 Oct 2023 20:04:55 +0000 Subject: [PATCH] chore(deps): bump commitizen to v3.10.1 | datasource | package | from | to | | ----------- | --------------------------- | ------- | ------- | | pypi | commitizen | 3.10.0 | 3.10.1 | | github-tags | commitizen-tools/commitizen | v3.10.0 | v3.10.1 | --- .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 636b48a..8a4ffa5 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.0 # Keep in sync with pyproject.toml. + rev: v3.10.1 # Keep in sync with pyproject.toml. hooks: - id: commitizen - id: commitizen-branch diff --git a/poetry.lock b/poetry.lock index 89ad2e6..66c5252 100644 --- a/poetry.lock +++ b/poetry.lock @@ -122,13 +122,13 @@ files = [ [[package]] name = "commitizen" -version = "3.10.0" +version = "3.10.1" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.10.0-py3-none-any.whl", hash = "sha256:8afa3547c6c5822c92c7ebd03ffda26cee4ab2301bd7def24cfa50a69fbe6c26"}, - {file = "commitizen-3.10.0.tar.gz", hash = "sha256:52c819e7b474520330c3d554e79cb1b0172f2d9e0b8c32902df9a69971a7cd5b"}, + {file = "commitizen-3.10.1-py3-none-any.whl", hash = "sha256:a8fd58cb604d3cc2cbd2c1ec88f8b54d3343119a19b08b38aa358b17492ad3ca"}, + {file = "commitizen-3.10.1.tar.gz", hash = "sha256:a185f79f92697f612bcea9ac9036dd21eadb66b2901ef5e1f99ab23b32178825"}, ] [package.dependencies] @@ -535,4 +535,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "==3.12.0" -content-hash = "39055abe6e6b63923bd43f7c4d758f69ea56e8fa9e0fe09aae3bde0c0adf18f5" +content-hash = "ab2d7111bc6fda8e53bea20b0da9b543231e899b76b6ec865808968695290375" diff --git a/pyproject.toml b/pyproject.toml index 4315034..7196383 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,5 +20,5 @@ build-backend = "poetry.core.masonry.api" python = "==3.12.0" [tool.poetry.group.dev.dependencies] - commitizen = "==3.10.0" # Keep in sync with .pre-commit-config.yaml. + commitizen = "==3.10.1" # Keep in sync with .pre-commit-config.yaml. pre-commit = "==3.5.0"