diff --git a/poetry.lock b/poetry.lock index c61bf2aa..15e6d551 100644 --- a/poetry.lock +++ b/poetry.lock @@ -336,13 +336,13 @@ files = [ [[package]] name = "commitizen" -version = "3.6.0" +version = "3.9.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "commitizen-3.6.0-py3-none-any.whl", hash = "sha256:4414724b306b252d08a5ae6701401c65cd53554d446c0cc4cedcae7ab8591a5a"}, - {file = "commitizen-3.6.0.tar.gz", hash = "sha256:979f659f9fc071c675f41796bb7c56a827aacc2e312db4ec3920951211a72ce3"}, + {file = "commitizen-3.9.0-py3-none-any.whl", hash = "sha256:ae6a525a0acdb65437e7ba0cf4714dfb3c5f528316a0bbf4368f8e537432f815"}, + {file = "commitizen-3.9.0.tar.gz", hash = "sha256:36630bea53a35bc2c578346d516ca6b9870f13c7e009c68265e2f098423de2a2"}, ] [package.dependencies] @@ -1930,4 +1930,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4ce46ea99e6cf82d4398925a8cbc4ac8ca9912c6c8fb98b1f1ee3783c9ecca90" +content-hash = "5245b87f26932f04581944e7c4ab7b1e6fab7567cb077c7ed110766051f6fe3a" diff --git a/pyproject.toml b/pyproject.toml index 623136da..00cef528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest = "^7.4.2" flake8 = "^5.0.4" isort = "^5.10.1" pytest-cov = "^4.1.0" -commitizen = "^3.5.2" +commitizen = "^3.9.0" python-semantic-release = "^7.34.6" python-dotenv = "^1.0.0"