diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5dcfc4d..63fa285 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -86,7 +86,7 @@ repos: ## Git - repo: https://github.com/commitizen-tools/commitizen - rev: v2.27.1 # Keep in sync with action.yaml and pyproject.toml. + rev: v2.28.0 # Keep in sync with action.yaml and pyproject.toml. hooks: - id: commitizen - repo: https://github.com/jumanjihouse/pre-commit-hooks diff --git a/action.yaml b/action.yaml index ff47a64..33c4cf8 100644 --- a/action.yaml +++ b/action.yaml @@ -101,4 +101,4 @@ runs: git_name: commitizen-github-action[bot] git_email: commitizen-github-action[bot]@users.noreply.github.com github_token: ${{ github.token }} - commitizen_version: 2.27.1 # Keep in sync with .pre-commit-config.yaml and pyproject.toml. + commitizen_version: 2.28.0 # Keep in sync with .pre-commit-config.yaml and pyproject.toml. diff --git a/poetry.lock b/poetry.lock index 57d5727..310979e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -27,7 +27,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "commitizen" -version = "2.27.1" +version = "2.28.0" description = "Python commitizen client tool" category = "dev" optional = false @@ -266,7 +266,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.10.5" -content-hash = "d9a53ee8c40a41e2017d6d2012c0e6ef507e7d2bf26a2135c6984b52ea03f948" +content-hash = "e2c9ede2df8efd61b16d6a7e17b7ad6eab95f0c1abbe2dcbbc1e6c82bedb7881" [metadata.files] argcomplete = [ @@ -282,8 +282,8 @@ colorama = [ {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, ] commitizen = [ - {file = "commitizen-2.27.1-py3-none-any.whl", hash = "sha256:046d512c5bc795cce625211434721946f21abf713f48753f2353ec1a3e114c3f"}, - {file = "commitizen-2.27.1.tar.gz", hash = "sha256:71a3e1fea37ced781bc440bd7d464abd5b797da8e762c1b9b632e007c2019b50"}, + {file = "commitizen-2.28.0-py3-none-any.whl", hash = "sha256:d222f68da12a3ebcaf85c270f19eec7caacbe904349f1823deca6b5e7c2fc0f5"}, + {file = "commitizen-2.28.0.tar.gz", hash = "sha256:8510b67e4c45131ef75114aeca5fe30b4f973b2b943457cf1667177af296192e"}, ] decli = [ {file = "decli-0.5.2-py3-none-any.whl", hash = "sha256:d3207bc02d0169bf6ed74ccca09ce62edca0eb25b0ebf8bf4ae3fb8333e15ca0"}, diff --git a/pyproject.toml b/pyproject.toml index 4165257..c18f18b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,5 +22,5 @@ build-backend = "poetry.core.masonry.api" python = "^3.10.5" [tool.poetry.dev-dependencies] - commitizen = "^2.27.1" # Keep in sync with .pre-commit-config.yaml and action.yaml. + commitizen = "^2.28.0" # Keep in sync with .pre-commit-config.yaml and action.yaml. pre-commit = "^2.20.0"