diff --git a/poetry.lock b/poetry.lock index 13f5b1f..8572841 100644 --- a/poetry.lock +++ b/poetry.lock @@ -141,13 +141,13 @@ files = [ [[package]] name = "commitizen" -version = "3.31.0" +version = "4.0.0" description = "Python commitizen client tool" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "commitizen-3.31.0-py3-none-any.whl", hash = "sha256:a28df7ab5b8665d48796c422a97dcfae0d0fce7e2d28404c0e386cf1ebd42c8f"}, - {file = "commitizen-3.31.0.tar.gz", hash = "sha256:6ab973e91d07c1e745c6c0efe6dd0708b1f6d8fd7e4ab5e7c773b5ceb3df4ff0"}, + {file = "commitizen-4.0.0-py3-none-any.whl", hash = "sha256:52873ee589a64cf77fc55570dbd3f987c6ffcd33132d179eb625c4d06ae935f7"}, + {file = "commitizen-4.0.0.tar.gz", hash = "sha256:16aff27e01b43015eab1c74eabbca3e284b4988dd1b146a0963282db241dc2c0"}, ] [package.dependencies] @@ -161,6 +161,7 @@ pyyaml = ">=3.08" questionary = ">=2.0,<3.0" termcolor = ">=1.1,<3" tomlkit = ">=0.5.3,<1.0.0" +typing-extensions = {version = ">=4.0.1,<5.0.0", markers = "python_version < \"3.11\""} [[package]] name = "decli" @@ -712,4 +713,4 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "65e06dbd18422327b7193e3c81290600504555f726fc45f9956bf444110f3f27" +content-hash = "c592724c7fce067133904efc12f2ed3f459250d60c3d8c578e9d95b2f089c09d" diff --git a/pyproject.toml b/pyproject.toml index ef65a33..368d2cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = ">=3.10,<4" optional = true [tool.poetry.group.dev.dependencies] -commitizen = "^3.30.0" +commitizen = ">=3.30,<5.0" mypy = "^1.4.1" rope = "^1.9.0" ruff = ">=0.7.2,<0.9.0"