mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-19 23:09:56 +08:00
Update Black dependency to fix CI lint (#900)
* Update Black dependency to fix CI lint Closes #896. Black 22.3.0 fixes incompatibility with Click 8.1.0: https://github.com/psf/black/pull/2966 This currently causes the CI to fail, e.g. https://github.com/typeddjango/django-stubs/runs/5756075543 * Reformat with Black v22
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
black==22.1.0
|
||||
black==22.3.0
|
||||
requests==2.27.1
|
||||
coreapi==2.3.3
|
||||
gitpython==3.1.27
|
||||
|
||||
Reference in New Issue
Block a user