From 0a7b8bfe071e9b395bf0c879a40ac6cba864c0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 23:17:30 +0000 Subject: [PATCH] chore(deps-dev): bump commitizen from 3.31.0 to 4.0.0 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 3.31.0 to 4.0.0. - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen/compare/v3.31.0...v4.0.0) --- updated-dependencies: - dependency-name: commitizen dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9b48893a..d549c04b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -409,13 +409,13 @@ files = [ [[package]] name = "commitizen" -version = "3.31.0" +version = "4.0.0" description = "Python commitizen client tool" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "commitizen-3.31.0-py3-none-any.whl", hash = "sha256:a28df7ab5b8665d48796c422a97dcfae0d0fce7e2d28404c0e386cf1ebd42c8f"}, - {file = "commitizen-3.31.0.tar.gz", hash = "sha256:6ab973e91d07c1e745c6c0efe6dd0708b1f6d8fd7e4ab5e7c773b5ceb3df4ff0"}, + {file = "commitizen-4.0.0-py3-none-any.whl", hash = "sha256:52873ee589a64cf77fc55570dbd3f987c6ffcd33132d179eb625c4d06ae935f7"}, + {file = "commitizen-4.0.0.tar.gz", hash = "sha256:16aff27e01b43015eab1c74eabbca3e284b4988dd1b146a0963282db241dc2c0"}, ] [package.dependencies] @@ -430,6 +430,7 @@ pyyaml = ">=3.08" questionary = ">=2.0,<3.0" termcolor = ">=1.1,<3" tomlkit = ">=0.5.3,<1.0.0" +typing-extensions = {version = ">=4.0.1,<5.0.0", markers = "python_version < \"3.11\""} [[package]] name = "coverage" @@ -2083,4 +2084,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e27a129ef075d4a63eb8cb025352865ab5820ce7b04e62177f5666dafe6194f7" +content-hash = "349de5112f7cc2be549e337ce19fb25cdaa35899693edeb1ca14a8e68f82e267" diff --git a/pyproject.toml b/pyproject.toml index 6f8e2c36..44f5223c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest = "^8.3.3" flake8 = "^7.1.1" isort = "^5.10.1" pytest-cov = "^6.0.0" -commitizen = "^3.31.0" +commitizen = "^4.0.0" python-dotenv = "^1.0.1" [tool.poetry.scripts]