From f7b3c21a460c9178958dc57f2dd21693384973b4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 3 Feb 2022 17:55:14 -0800 Subject: pipenv: black (code style tool) has a stable release --- python/Pipfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/python/Pipfile b/python/Pipfile index 36faed0..cab5616 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -26,10 +26,7 @@ types-beautifulsoup4 = "*" types-dateparser = "*" types-psycopg2 = "*" types-Pillow = "*" - -# must lock black to an exact version because it is still "beta" -# see: https://github.com/psf/black/issues/517 -black = "==21.9b0" +black = "*" [packages] requests = ">=2" -- cgit v1.2.3