diff --git a/poetry.lock b/poetry.lock index aac90c20..5f15ca8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -720,13 +720,13 @@ files = [ [[package]] name = "commitizen" -version = "3.30.0" +version = "4.0.0" description = "Python commitizen client tool" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "commitizen-3.30.0-py3-none-any.whl", hash = "sha256:8dc226a136aee61207e396101fcd89e73de67a57c06e066db982310863caaf65"}, - {file = "commitizen-3.30.0.tar.gz", hash = "sha256:ae67a47c1a700b4f35ac12de0c35c7ba96f152b9377d22b6226bb87372c527b0"}, + {file = "commitizen-4.0.0-py3-none-any.whl", hash = "sha256:52873ee589a64cf77fc55570dbd3f987c6ffcd33132d179eb625c4d06ae935f7"}, + {file = "commitizen-4.0.0.tar.gz", hash = "sha256:16aff27e01b43015eab1c74eabbca3e284b4988dd1b146a0963282db241dc2c0"}, ] [package.dependencies] @@ -741,6 +741,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 = "configparser" @@ -4456,4 +4457,4 @@ collate = ["cytominer-database"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "65c2a8d16917a7f38efe1e07d61d05b021b9376fd52379afcc2d848d489652da" +content-hash = "77eac2a93568499519d095ca50f0c0fea2430d6e00e23da89b306eac310de449" diff --git a/pyproject.toml b/pyproject.toml index bf1e015e..c5aa425e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ pytest = ">=5.0.1" codecov = ">=2.1.12" pytest-cov = ">=4.1,<7.0" pre-commit = ">=3.3.2" -commitizen = "^3.12.0" +commitizen = ">=3.12,<5.0" ruff = ">=0.3.4,<0.8.0" mypy = "^1.11.2" types-openpyxl = "^3.1.5.20240918"