From 8732df819a1a4830eefb5df4479c2e9e66716c5d Mon Sep 17 00:00:00 2001
From: Travis Rivers <trivers@contractor.usgs.gov>
Date: Thu, 3 Sep 2020 10:29:05 -0600
Subject: [PATCH] update black version

---
 Pipfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Pipfile b/Pipfile
index dc45e0b1e..982e94111 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
 verify_ssl = true
 
 [dev-packages]
-black = "*"
+black = "==20.8b1"
 pre-commit = "*"
 pytest = "*"
 pytest-cov = "*"
-- 
GitLab