diff --git a/poetry.lock b/poetry.lock index dc0b2dd..4ca2710 100644 --- a/poetry.lock +++ b/poetry.lock @@ -303,13 +303,13 @@ files = [ [[package]] name = "commitizen" -version = "3.29.0" +version = "3.29.1" 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.29.1-py3-none-any.whl", hash = "sha256:83f6563fae6a6262238e4424c55db5743eaa9827d2044dc23719466e4e78a0ca"}, + {file = "commitizen-3.29.1.tar.gz", hash = "sha256:b9a56190f4f3b20c73600e5ba448c7b81e0e6f87be3092aec1db4de75bf0fa91"}, ] [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 = "eab2ff259a15a5770ba6ebfa8efcd53a47e30e04315e3cea568c13da8687bcaa" diff --git a/pyproject.toml b/pyproject.toml index 214a1b2..e6fbe41 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.29.1" pre-commit = "^3.3.0" # documentation mkdocs = "^1.6.1"