Skip to content

Commit d17453c

Browse files
authored
[fix] Fixed ImportError in click dependency
Updated black to ~=22.3.0 to fix the bug described at: psf/black#2964
1 parent 8c6828d commit d17453c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
extras_require={
5050
'qa': [
51-
'black<=21.10b0',
51+
'black~=22.3.0',
5252
'flake8<=3.9',
5353
'isort~=5.0',
5454
'readme-renderer~=28.0',

0 commit comments

Comments
 (0)