diff --git a/poetry.lock b/poetry.lock index 88e05405..9962a6c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -417,18 +417,18 @@ markers = {main = "sys_platform == \"win32\""} [[package]] name = "commitizen" -version = "4.6.0" +version = "4.6.3" description = "Python commitizen client tool" optional = false python-versions = "<4.0,>=3.9" groups = ["dev"] files = [ - {file = "commitizen-4.6.0-py3-none-any.whl", hash = "sha256:d8861707b553c03c8b1993b7abd9e036384fdd1c57f95f6f38d5f215c53041a9"}, - {file = "commitizen-4.6.0.tar.gz", hash = "sha256:cc1c9f8937e59a7c54321443aa49dd246e07b829e305c7cbff1d7f7e32e449fe"}, + {file = "commitizen-4.6.3-py3-none-any.whl", hash = "sha256:4f4f8e0650b7981627dcf01f763bcbee9a59ee61afc34d4f15acc515fbb1d7d7"}, + {file = "commitizen-4.6.3.tar.gz", hash = "sha256:c97d48a49d84bea27496737e43fdea5ccc87e1e2d288b0a071bf97292548ffd9"}, ] [package.dependencies] -argcomplete = ">=1.12.1,<3.6" +argcomplete = ">=1.12.1,<3.7" charset-normalizer = ">=2.1.0,<4" colorama = ">=0.4.1,<1.0" decli = ">=0.6.0,<1.0" @@ -2217,4 +2217,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "3c78ced00a88bf3b004c1d6b116b54458c63a0bee49f7bd334a2bb4417318db3" +content-hash = "37303c6b65605682adc82562fb54f468e23fc93c2cfe73bb4a58213c39de2bb1" diff --git a/pyproject.toml b/pyproject.toml index 52fe80f4..692dffaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest = "^8.3.5" flake8 = "^7.1.2" isort = "^6.0.1" pytest-cov = "^6.1.1" -commitizen = "^4.6.0" +commitizen = "^4.6.3" python-dotenv = "^1.1.0" [tool.poetry.scripts]