diff --git a/poetry.lock b/poetry.lock index 2e5d3c4d..fbdfd157 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" @@ -4446,4 +4447,4 @@ collate = ["cytominer-database"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "15527636d21144d970d0981873a9fa1390c436d755a4ca83cbbcaf764b709606" +content-hash = "6d51329e2f99d71c72001b60b53a7038294c863f3ece3a82ac60ad1a291feafe" diff --git a/pyproject.toml b/pyproject.toml index 4dfd5030..ca37235f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ pytest = ">=5.0.1" codecov = ">=2.1.12" pytest-cov = "^4.1.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"