diff --git a/setup.py b/setup.py index 1c1ae49a..b48adfeb 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,9 @@ "pytest >= 4.2", "pytest-cov >= 2.0", "flake8", - "black", + # If we don't pin black to being at least 22.3.0, then it and click + # will conflict w/ an error: https://github.com/psf/black/pull/2966 + "black >= 22.3.0", "nbconvert", ] },