diff --git a/poetry.lock b/poetry.lock index f5e1be0c..f42760b9 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.26.0" +version = "2.27.0" description = "Python commitizen client tool" category = "dev" optional = false @@ -1384,7 +1384,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "ecc2e7fa2c39e6af72376daecdc356c995ae8ca5b8850f52fc080ad7c2495082" +content-hash = "94316a317a1effe82633254e37fc945518b57884ad173e355a1ed0fae9bd5e08" [metadata.files] aiodns = [ @@ -1678,8 +1678,8 @@ colorama = [ {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, ] commitizen = [ - {file = "commitizen-2.26.0-py3-none-any.whl", hash = "sha256:408fdc9527b3570425fb7e7a67d5e2e4269d7533d7ff91a88c63a382a8ae85c6"}, - {file = "commitizen-2.26.0.tar.gz", hash = "sha256:a999051d5a3b2e9cce86d01ef2ad05232e827fa256cab89658dded46bcf94081"}, + {file = "commitizen-2.27.0-py3-none-any.whl", hash = "sha256:846d8caf903499d3bf48a834cdc95dad48cd7e91a62717c4649f879e248348ae"}, + {file = "commitizen-2.27.0.tar.gz", hash = "sha256:ef18cfbf68df38b313f63ede2532dbbc62800030539544f4876a829897abd86c"}, ] coverage = [ {file = "coverage-6.3.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:df32ee0f4935a101e4b9a5f07b617d884a531ed5666671ff6ac66d2e8e8246d8"}, diff --git a/pyproject.toml b/pyproject.toml index ed94e5e4..2c93666f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pytest-mock = "3.7.0" pytest-timeout = "2.1.0" mock = "4.0.3" pre-commit = "2.19.0" -commitizen = "2.26.0" +commitizen = "2.27.0" black = "22.3.0" flake8 = "4.0.1" mypy = "0.950"