diff --git a/poetry.lock b/poetry.lock index b0ffa51..15a8547 100644 --- a/poetry.lock +++ b/poetry.lock @@ -401,13 +401,13 @@ development = ["black", "flake8", "mypy", "pytest", "types-colorama"] [[package]] name = "commitizen" -version = "3.18.0" +version = "3.20.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.18.0-py3-none-any.whl", hash = "sha256:7e3272725216aa3049e258bb438e0097e07607712325f5ce71d9a0bdf7805370"}, - {file = "commitizen-3.18.0.tar.gz", hash = "sha256:42c1d29ba6a64ddbc6d9952f4bcc2ac7094956e27e47e96c931895e2659e6cee"}, + {file = "commitizen-3.20.0-py3-none-any.whl", hash = "sha256:f079d9642347d314afae75664d289b0de80cf0343c99c3dcfa85782f164333f3"}, + {file = "commitizen-3.20.0.tar.gz", hash = "sha256:17aebc8f36326fa3e65dcc08195303579e356be84b0d65c3c4bfed85b8822411"}, ] [package.dependencies] @@ -3067,4 +3067,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "90df6f38c4e803944ac3bb2fe16982db509307a965792a68a253e91fbff83e00" +content-hash = "777dc9c4bb9b7b0a108c4168d2318bf0bf0c69d518ef9afaf465f43593453d52" diff --git a/pyproject.toml b/pyproject.toml index 0ee95ec..3d57dd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ traitlets = ">=5" [tool.poetry.dev-dependencies] Sphinx = "~7.1" black = "^24.3.0" -commitizen = "^3.18.0" +commitizen = "^3.20.0" coverage = "^7.4.0" darglint = "^1.8.1" mypy = "^1.9"