diff --git a/setup.py b/setup.py index e4d9d00..78252ba 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "twine", # Package upload tool ], "dev": [ - "commitizen", # Manage commits and publishing releases + "commitizen>=2.19,<2.20", # Manage commits and publishing releases "pre-commit", # Ensure that linters are run prior to commiting "pytest-watch", # `ptw` test watcher/runner "IPython", # Console for interacting