diff --git a/poetry.lock b/poetry.lock index de228540..73ffb7a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -368,13 +368,13 @@ files = [ [[package]] name = "commitizen" -version = "4.0.0" +version = "4.1.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.9" files = [ - {file = "commitizen-4.0.0-py3-none-any.whl", hash = "sha256:52873ee589a64cf77fc55570dbd3f987c6ffcd33132d179eb625c4d06ae935f7"}, - {file = "commitizen-4.0.0.tar.gz", hash = "sha256:16aff27e01b43015eab1c74eabbca3e284b4988dd1b146a0963282db241dc2c0"}, + {file = "commitizen-4.1.0-py3-none-any.whl", hash = "sha256:2e6c5fbd442cab4bcc5a04bc86ef2196ef84bcf611317d6c596e87f5bb4c09f5"}, + {file = "commitizen-4.1.0.tar.gz", hash = "sha256:4f2d9400ec411aec1c738d4c63fc7fd5807cd6ddf6be970869e03e68b88ff718"}, ] [package.dependencies] @@ -2550,4 +2550,4 @@ six = "*" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "4bd400c08a1cc16e792a1b3dad4e3608be7d8ce4987962c6412078b9b7295170" +content-hash = "f1b7cf4468b172c9233394c682aa1b87d307ce462319e853cf86e96b50529838" diff --git a/pyproject.toml b/pyproject.toml index c1e08e1b..2ca32d20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ watchdog = "^6.0.0" wxpython = "^4.2.2" [tool.poetry.group.dev.dependencies] -commitizen = "^4.0.0" +commitizen = "^4.1.0" pre-commit = "^4.0.1" ruff = "^0.8.2" setuptools-scm = "^8.0.4"