diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b493791..f29525e 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.6.0 # Keep in sync with pyproject.toml. + rev: v3.8.0 # Keep in sync with pyproject.toml. hooks: - id: commitizen - id: commitizen-branch diff --git a/poetry.lock b/poetry.lock index 8843de1..dac5b87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -122,13 +122,13 @@ files = [ [[package]] name = "commitizen" -version = "3.6.0" +version = "3.8.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "commitizen-3.6.0-py3-none-any.whl", hash = "sha256:4414724b306b252d08a5ae6701401c65cd53554d446c0cc4cedcae7ab8591a5a"}, - {file = "commitizen-3.6.0.tar.gz", hash = "sha256:979f659f9fc071c675f41796bb7c56a827aacc2e312db4ec3920951211a72ce3"}, + {file = "commitizen-3.8.0-py3-none-any.whl", hash = "sha256:8ef33205c0feb85bb32127bb588b68ff63ddd2bc1e073198087acaeae5dc32cc"}, + {file = "commitizen-3.8.0.tar.gz", hash = "sha256:2307befb5477a173598f8217ad7bfeebb66b92e900c7606a523287fc9545b631"}, ] [package.dependencies] @@ -528,4 +528,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "==3.11.5" -content-hash = "d4325f11702147b08fc2c0685f300736674bee762ed241fccebf4b23681f2304" +content-hash = "7d684b65003754d0b4ee6346f3e85e27910fda1b9f6c2cd5e2a032d5098cb515" diff --git a/pyproject.toml b/pyproject.toml index 88ce0c7..e62ddd0 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.6.0" # Keep in sync with .pre-commit-config.yaml. + commitizen = "==3.8.0" # Keep in sync with .pre-commit-config.yaml. pre-commit = "==3.4.0"