From 7fd0f319a758950a44055de9f1ff197217578529 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 13 Sep 2023 04:35:05 +0000 Subject: [PATCH] chore(deps): bump commitizen to v3.8.2 | datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | pypi | commitizen | 3.8.0 | 3.8.2 | | github-tags | commitizen-tools/commitizen | v3.8.0 | v3.8.2 | --- .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 d7be4f0..e0ba380 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -87,7 +87,7 @@ repos: ## Git - repo: https://github.com/commitizen-tools/commitizen - rev: v3.8.0 # Keep in sync with pyproject.toml. + rev: v3.8.2 # Keep in sync with pyproject.toml. hooks: - id: commitizen - id: commitizen-branch diff --git a/poetry.lock b/poetry.lock index fcd9dd2..876fc9d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -122,13 +122,13 @@ files = [ [[package]] name = "commitizen" -version = "3.8.0" +version = "3.8.2" description = "Python commitizen client tool" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "commitizen-3.8.0-py3-none-any.whl", hash = "sha256:8ef33205c0feb85bb32127bb588b68ff63ddd2bc1e073198087acaeae5dc32cc"}, - {file = "commitizen-3.8.0.tar.gz", hash = "sha256:2307befb5477a173598f8217ad7bfeebb66b92e900c7606a523287fc9545b631"}, + {file = "commitizen-3.8.2-py3-none-any.whl", hash = "sha256:d21da30d28430f5d93983d936ffd17c8750ad441f8497f8c653e81589c4853d7"}, + {file = "commitizen-3.8.2.tar.gz", hash = "sha256:ff480cd6d6a5ce03b4273659f59e4975860938435b09c27b33302ae2f2a32393"}, ] [package.dependencies] @@ -538,4 +538,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "==3.11.5" -content-hash = "7d684b65003754d0b4ee6346f3e85e27910fda1b9f6c2cd5e2a032d5098cb515" +content-hash = "a23b7ef4ae345723b839721842193f3c54a1d0e67387b3326e5557afcdf8ab62" diff --git a/pyproject.toml b/pyproject.toml index b285bd6..c696ff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,5 +19,5 @@ build-backend = "poetry.core.masonry.api" python = "==3.11.5" [tool.poetry.dev-dependencies] - commitizen = "==3.8.0" # Keep in sync with .pre-commit-config.yaml. + commitizen = "==3.8.2" # Keep in sync with .pre-commit-config.yaml. pre-commit = "==3.4.0"