diff --git a/ingestion/setup.py b/ingestion/setup.py index c79f4b76380..bfe3ce96eab 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -328,7 +328,7 @@ dev = { "isort", "pre-commit", "pycln", - "pylint~=3.0", + "pylint~=3.2.0", # 3.3.0+ breaks our current linting # For publishing "twine", "build",