diff --git a/poetry.lock b/poetry.lock index f03d954b..996f40b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -154,7 +154,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "commitizen" -version = "2.35.0" +version = "2.37.0" description = "Python commitizen client tool" category = "dev" optional = false @@ -1156,7 +1156,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "7bbe35675dd383cf129a0a9c8dec18c1731cd467d250b9a4404b125b373450a1" +content-hash = "bec6e0f270abe068f2e6f42d27350eba1cff4e5127ebc8c9f955d036960d188c" [metadata.files] anyio = [ @@ -1289,8 +1289,8 @@ colorama = [ {file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"}, ] commitizen = [ - {file = "commitizen-2.35.0-py3-none-any.whl", hash = "sha256:ced3e161decf290c5263373dda440040405ed7f8b701b463d81e2ecc1e31d92c"}, - {file = "commitizen-2.35.0.tar.gz", hash = "sha256:34a7462c2279fc4e22929c03a9bb89242ab45dc501c0f17d1174e65c7fb9d793"}, + {file = "commitizen-2.37.0-py3-none-any.whl", hash = "sha256:6de59b76278c66585883d9173538b66e7a233e375e1a1a5c2e78592efa769122"}, + {file = "commitizen-2.37.0.tar.gz", hash = "sha256:c8a0df910e7360bc901be93e6bd230737824e6500800d80b443bb1e19024c6c8"}, ] coverage = [ {file = "coverage-6.5.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ef8674b0ee8cc11e2d574e3e2998aea5df5ab242e012286824ea3c6970580e53"}, diff --git a/pyproject.toml b/pyproject.toml index 020ca099..6c83cf1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pytest = "^7.2.0" flake8 = "^5.0.4" isort = "^5.10.1" pytest-cov = "^4.0.0" -commitizen = "^2.35.0" +commitizen = "^2.37.0" python-semantic-release = "^7.32.1" python-dotenv = "^0.21.0"