aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/Pipfile b/python/Pipfile
index 30a663b9..f9916779 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -25,9 +25,7 @@ types-requests = "*"
types-beautifulsoup4 = "*"
types-toml = "*"
types-dateparser = "*"
-# 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]
fatcat-openapi-client = {path = "./../python_openapi_client"}