diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f5eba4..655f487 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.12.0 # Keep in sync with pyproject.toml. + rev: v3.13.0 # Keep in sync with pyproject.toml. hooks: - id: commitizen - id: commitizen-branch diff --git a/poetry.lock b/poetry.lock index 1c88ff6..e7733bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -137,13 +137,13 @@ files = [ [[package]] name = "commitizen" -version = "3.12.0" +version = "3.13.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.12.0-py3-none-any.whl", hash = "sha256:082f4733409bc4f01f987467295f8393ceb16b42cc648cf2f5a7a754c6d594db"}, - {file = "commitizen-3.12.0.tar.gz", hash = "sha256:7c313f1f85f45c9acf1a70f1637deab5c388150ae8660a0037ac260e77bb1492"}, + {file = "commitizen-3.13.0-py3-none-any.whl", hash = "sha256:ff57069591ff109136b70841fe79a3434d0525748995531cceb4f3ccadb44ead"}, + {file = "commitizen-3.13.0.tar.gz", hash = "sha256:53cd225ae44fc25cb1582f5d50cda78711a5a1d44a32fee3dcf7a22bc204ce06"}, ] [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.1" -content-hash = "dd9107111b31344dfff9638e8544dd2dfe2e3db16f3292170d3cfb1555c64447" +content-hash = "058555f76313aca3aedcbc54dac198952aaffc75c932aa501b848ada14bef47f" diff --git a/pyproject.toml b/pyproject.toml index 222f01e..edc7c1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,5 +20,5 @@ build-backend = "poetry.core.masonry.api" python = "==3.12.1" [tool.poetry.group.dev.dependencies] - commitizen = "==3.12.0" # Keep in sync with .pre-commit-config.yaml. + commitizen = "==3.13.0" # Keep in sync with .pre-commit-config.yaml. pre-commit = "==3.5.0"