diff --git a/poetry.lock b/poetry.lock index 55c0edda..cafc0cf4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -244,13 +244,13 @@ files = [ [[package]] name = "commitizen" -version = "3.16.0" +version = "3.18.4" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.16.0-py3-none-any.whl", hash = "sha256:a880005352fd35b908d9c3951e71e155b157f4a4ec61ca9c080a9637bf98e0a1"}, - {file = "commitizen-3.16.0.tar.gz", hash = "sha256:1269619d383d12809f436ff196fb786a3d49fc50987562e6e566cd9c2908735c"}, + {file = "commitizen-3.18.4-py3-none-any.whl", hash = "sha256:42c9b2c5fd3d6b83ebf850424227a8935d3e49f9fa636c58c072a370713b176a"}, + {file = "commitizen-3.18.4.tar.gz", hash = "sha256:57b3051d4170e23a5317f348d1bc61b98e57ac01b04f66e0f9a25fef75e6f679"}, ] [package.dependencies] @@ -1729,4 +1729,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c4dadda462a3620fc3246f54fddfa0822c9c24f6b8faec666dd71867e5a688b2" +content-hash = "415ecd0086abe9635024279e6ccff49fa8d83f9d0ed5323ad644fc6d2bdfcc2a" diff --git a/pyproject.toml b/pyproject.toml index 430edf2c..914dc81a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest = "^8.0.2" flake8 = "^5.0.4" isort = "^5.10.1" pytest-cov = "^4.1.0" -commitizen = "^3.16.0" +commitizen = "^3.18.4" python-semantic-release = "^9.1.1" python-dotenv = "^1.0.1"