diff options
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 5 |
1 files changed, 1 insertions, 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" |