upgrade black and unpin click (#5077)

This commit is contained in:
Yao-Ching Huang 2022-04-30 18:04:09 +08:00 committed by GitHub
parent a79df7bc87
commit 361e1fe7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,9 @@
-e .[all,server]
-r requirements-tests.txt
black==22.1.0
black==22.3.0
flake8==4.0.1
# https://github.com/pallets/click/issues/2232
click<8.1.0
click
inflection
lxml
packaging