diff --git a/poetry.lock b/poetry.lock index a1580da..fd687f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -303,17 +303,17 @@ files = [ [[package]] name = "commitizen" -version = "3.28.0" +version = "3.29.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.28.0-py3-none-any.whl", hash = "sha256:372dba10bb082be0e571cfa9ac0946f4333c3f4b2e242fbe32ae2f2afea143e4"}, - {file = "commitizen-3.28.0.tar.gz", hash = "sha256:de3a90b3246233260649e423963cd702d56a3b499ea02886a6412ebfb76f9462"}, + {file = "commitizen-3.29.0-py3-none-any.whl", hash = "sha256:0c6c479dbee6d19292315c6fca3782cf5c1f7f1638bc4bb5ab4cfb67f4e11894"}, + {file = "commitizen-3.29.0.tar.gz", hash = "sha256:586b30c1976850d244b836cd4730771097ba362c9c1684d1f8c379176c2ea532"}, ] [package.dependencies] -argcomplete = ">=1.12.1,<3.5" +argcomplete = ">=1.12.1,<3.6" charset-normalizer = ">=2.1.0,<4" colorama = ">=0.4.1,<0.5.0" decli = ">=0.6.0,<0.7.0" @@ -1832,4 +1832,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c9fdea7778c6845ed0b3bad6b76a07a3be263145c80262de328bad73feabc8d6" +content-hash = "ed44a50bf6ca898d3556be007fc901b1e0680b3f938054752171bafefb9639d6" diff --git a/pyproject.toml b/pyproject.toml index 40b60fc..048f605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ mypy = "^1.11.1" bandit = "^1.7.9" pip-audit = "^2.4.5" # git -commitizen = "^3.28.0" +commitizen = "^3.29.0" pre-commit = "^3.3.0" # documentation mkdocs = "^1.3.0"