diff --git a/ingestion/setup.py b/ingestion/setup.py index ae16c7573c0..8e4c7bb7627 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -118,7 +118,7 @@ dev = { "twine", } test = { - "black", + "black==21.12b0", "isort", "pre-commit", "pylint",