From 26025443b3cf10158231926e5831e87f87c4e3a8 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Fri, 26 Jan 2024 10:54:18 -0500 Subject: [PATCH] chore: Pin black to version 23 Version 24 introduces many new changes across our codebase. We can remove this pin after finishing the Express docs release --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1443f04f5..38a30eafe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -86,7 +86,7 @@ test = folium dev = - black>=23.1.0 + black >=23.1, <24.0 flake8>=6.0.0 flake8-bugbear>=23.2.13 isort>=5.10.1