diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b27b5473..61063ffb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -94,7 +94,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 89ad2e6b..66c52529 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 1032e441..18c6f630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,5 +23,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"