diff --git a/poetry.lock b/poetry.lock index dc0b2dd..8425ce2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -303,13 +303,13 @@ files = [ [[package]] name = "commitizen" -version = "3.29.0" +version = "3.31.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.29.0-py3-none-any.whl", hash = "sha256:0c6c479dbee6d19292315c6fca3782cf5c1f7f1638bc4bb5ab4cfb67f4e11894"}, - {file = "commitizen-3.29.0.tar.gz", hash = "sha256:586b30c1976850d244b836cd4730771097ba362c9c1684d1f8c379176c2ea532"}, + {file = "commitizen-3.31.0-py3-none-any.whl", hash = "sha256:a28df7ab5b8665d48796c422a97dcfae0d0fce7e2d28404c0e386cf1ebd42c8f"}, + {file = "commitizen-3.31.0.tar.gz", hash = "sha256:6ab973e91d07c1e745c6c0efe6dd0708b1f6d8fd7e4ab5e7c773b5ceb3df4ff0"}, ] [package.dependencies] @@ -1832,4 +1832,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "5c8a1a34b0dbd5fdb46d55c6ede65b9dc322ec00f8b0471642bc363a2aa6559a" +content-hash = "6eafe7a9d3b9be1dccbd030a758d499bfafdd71f2753da73958d08431b7bebc9" diff --git a/pyproject.toml b/pyproject.toml index 214a1b2..29c1923 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ mypy = "^1.11.2" bandit = "^1.7.9" pip-audit = "^2.4.5" # git -commitizen = "^3.29.0" +commitizen = "^3.31.0" pre-commit = "^3.3.0" # documentation mkdocs = "^1.6.1"