diff --git a/poetry.lock b/poetry.lock index d641ab53..f7f88cf1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -372,7 +372,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "commitizen" -version = "2.23.0" +version = "2.24.0" description = "Python commitizen client tool" category = "dev" optional = false @@ -1242,7 +1242,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "b629065c0bd6a1404f008d917333bb3e0510a71743a7e4e3db57fa7aa2860f1a" +content-hash = "a5488a3bbaed8535b39a1fa0181c30bc03d1c8bbf224c12d094751b26daff3da" [metadata.files] aiodns = [ @@ -1536,8 +1536,8 @@ colorama = [ {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, ] commitizen = [ - {file = "commitizen-2.23.0-py3-none-any.whl", hash = "sha256:11497f3733f30f7a5408a9118e031bd53344c996d656550289a83fa3b6d511cc"}, - {file = "commitizen-2.23.0.tar.gz", hash = "sha256:5685d44ac235e3da0a02592e11c92aeebcf4864e059a6f5a59382207264fb671"}, + {file = "commitizen-2.24.0-py3-none-any.whl", hash = "sha256:08901b176eac6a224761d613b58fb8b19bc7d00a49282a4d4bc39e3bdb3afb50"}, + {file = "commitizen-2.24.0.tar.gz", hash = "sha256:c867c26a394b255a93a8a225dae793dd361b25160be39015d2aa75d730728295"}, ] coverage = [ {file = "coverage-6.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9b27d894748475fa858f9597c0ee1d4829f44683f3813633aaf94b19cb5453cf"}, diff --git a/pyproject.toml b/pyproject.toml index d135b418..c5a6e9a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest-mock = "3.7.0" pytest-timeout = "2.1.0" mock = "4.0.3" pre-commit = "2.18.1" -commitizen = "2.23.0" +commitizen = "2.24.0" black = "22.3.0" flake8 = "4.0.1" mypy = "0.942"