1
0
Fork 0

Merging upstream version 4.6.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-08 06:06:34 +02:00
parent f45c9e0d6c
commit 5a71f1c38c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
16 changed files with 174 additions and 31 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "commitizen"
version = "4.6.0"
version = "4.6.3"
description = "Python commitizen client tool"
authors = [{ name = "Santiago Fraire", email = "santiwilly@gmail.com" }]
maintainers = [
@ -19,7 +19,7 @@ dependencies = [
"tomlkit (>=0.5.3,<1.0.0)",
"jinja2>=2.10.3",
"pyyaml>=3.08",
"argcomplete >=1.12.1,<3.6",
"argcomplete >=1.12.1,<3.7",
"typing-extensions (>=4.0.1,<5.0.0) ; python_version < '3.11'",
"charset-normalizer (>=2.1.0,<4)",
# Use the Python 3.11 and 3.12 compatible API: https://github.com/python/importlib_metadata#compatibility
@ -88,7 +88,7 @@ build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "4.6.0"
version = "4.6.3"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",