diff --git a/.github/workflows/homebrewpublish.yml b/.github/workflows/homebrewpublish.yml index 476a8c40e..4c626e347 100644 --- a/.github/workflows/homebrewpublish.yml +++ b/.github/workflows/homebrewpublish.yml @@ -21,7 +21,7 @@ jobs: run: | echo "project_version=$(cz version --project)" >> $GITHUB_ENV - name: Update Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@v7 + uses: dawidd6/action-homebrew-bump-formula@v8 with: token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} formula: commitizen diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b9f6ee05..3e40d3388 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,7 +56,7 @@ repos: - tomli - repo: https://github.com/commitizen-tools/commitizen - rev: v4.16.4 # automatically updated by Commitizen + rev: v4.16.5 # automatically updated by Commitizen hooks: - id: commitizen - id: commitizen-branch diff --git a/commitizen/__version__.py b/commitizen/__version__.py index d3c4e81b6..49cdd9667 100644 --- a/commitizen/__version__.py +++ b/commitizen/__version__.py @@ -1 +1 @@ -__version__ = "4.16.4" +__version__ = "4.16.5" diff --git a/docs/images/cli_interactive/bump.gif b/docs/images/cli_interactive/bump.gif index 3d482720f..60e32f8f8 100644 Binary files a/docs/images/cli_interactive/bump.gif and b/docs/images/cli_interactive/bump.gif differ diff --git a/docs/images/cli_interactive/commit.gif b/docs/images/cli_interactive/commit.gif index b50bbfdeb..8755e7b64 100644 Binary files a/docs/images/cli_interactive/commit.gif and b/docs/images/cli_interactive/commit.gif differ diff --git a/docs/images/cli_interactive/init.gif b/docs/images/cli_interactive/init.gif index faa852940..e14a7fcbe 100644 Binary files a/docs/images/cli_interactive/init.gif and b/docs/images/cli_interactive/init.gif differ diff --git a/docs/images/cli_interactive/shortcut_custom.gif b/docs/images/cli_interactive/shortcut_custom.gif index 27e9587e2..995580a65 100644 Binary files a/docs/images/cli_interactive/shortcut_custom.gif and b/docs/images/cli_interactive/shortcut_custom.gif differ diff --git a/docs/images/cli_interactive/shortcut_default.gif b/docs/images/cli_interactive/shortcut_default.gif index 9f54b17e7..67af62f4f 100644 Binary files a/docs/images/cli_interactive/shortcut_default.gif and b/docs/images/cli_interactive/shortcut_default.gif differ diff --git a/lychee.toml b/lychee.toml index f434f0727..45243d20b 100644 --- a/lychee.toml +++ b/lychee.toml @@ -2,5 +2,6 @@ exclude_path = ["./tests"] exclude = [ "https://conventionalcommits.org/", # Sometimes it's benign network error - "https://blog.devgenius.io/continuous-delivery-made-easy-in-python-c085e9c82e69" # Membership only article, sometimes it's 403 forbidden + "https://blog.devgenius.io/continuous-delivery-made-easy-in-python-c085e9c82e69", # Membership only article, sometimes it's 403 forbidden + "https://api.star-history.com/" # Service is currently down (500 errors) ] diff --git a/pyproject.toml b/pyproject.toml index 37c1ac045..a87055b69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "commitizen" -version = "4.16.4" +version = "4.16.5" description = "Python commitizen client tool" authors = [{ name = "Santiago Fraire", email = "santiwilly@gmail.com" }] maintainers = [ @@ -23,7 +23,7 @@ dependencies = [ "tomlkit (>=0.8.0,<1.0.0)", "jinja2>=2.10.3", "pyyaml>=3.08", - "argcomplete >=1.12.1,<3.7", + "argcomplete >=1.12.1,<3.8", "typing-extensions (>=4.0.1,<5.0.0) ; python_version < '3.11'", "charset-normalizer (>=2.1.0,<4)", "deprecated (>=1.2.13, <2)", diff --git a/uv.lock b/uv.lock index 4f67292ce..51a8c07ae 100644 --- a/uv.lock +++ b/uv.lock @@ -216,7 +216,7 @@ wheels = [ [[package]] name = "commitizen" -version = "4.16.4" +version = "4.16.5" source = { editable = "." } dependencies = [ { name = "argcomplete" }, @@ -299,7 +299,7 @@ test = [ [package.metadata] requires-dist = [ - { name = "argcomplete", specifier = ">=1.12.1,<3.7" }, + { name = "argcomplete", specifier = ">=1.12.1,<3.8" }, { name = "charset-normalizer", specifier = ">=2.1.0,<4" }, { name = "colorama", specifier = ">=0.4.1,<1.0" }, { name = "decli", specifier = ">=0.6.0,<1.0" }, @@ -1678,11 +1678,11 @@ wheels = [ [[package]] name = "soupsieve" -version = "2.8.3" +version = "2.8.4" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/7b/ae/2d9c981590ed9999a0d91755b47fc74f74de286b0f5cee14c9269041e6c4/soupsieve-2.8.3.tar.gz", hash = "sha256:3267f1eeea4251fb42728b6dfb746edc9acaffc4a45b27e19450b676586e8349", size = 118627, upload-time = "2026-01-20T04:27:02.457Z" } +sdist = { url = "https://files.pythonhosted.org/packages/47/2c/0a5f6f8ee0d5589e48c7640213ed5175d52cf540a06725b628cc1a45d6ce/soupsieve-2.8.4.tar.gz", hash = "sha256:e121fd02e975c695e4e9e8774a5ee35d74714b59307868dcc5319ad2d9e3328e", size = 121110, upload-time = "2026-05-24T13:55:57.154Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/46/2c/1462b1d0a634697ae9e55b3cecdcb64788e8b7d63f54d923fcd0bb140aed/soupsieve-2.8.3-py3-none-any.whl", hash = "sha256:ed64f2ba4eebeab06cc4962affce381647455978ffc1e36bb79a545b91f45a95", size = 37016, upload-time = "2026-01-20T04:27:01.012Z" }, + { url = "https://files.pythonhosted.org/packages/5e/f5/0c41cb68dcae6b7de4fac4188a3a9589e21fb31df21ea3a2e888db95e6c9/soupsieve-2.8.4-py3-none-any.whl", hash = "sha256:e7e6b0769c8f51ed59acab6e994b00621096cfb1c640a7509295987388fbaf65", size = 37304, upload-time = "2026-05-24T13:55:55.406Z" }, ] [[package]]