From b11174fcc945e7403778b423be96da957cd2bcad Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 28 Mar 2022 14:05:14 -0400 Subject: [PATCH] setup: pin `click` Works around https://github.com/psf/black/issues/2964 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7f6626cb..1d833c4b 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ "bump >= 1.3.1", "flake8", "black", + "click >= 8.0.0, < 8.1.0", "isort", "pytest", "pytest-cov",