Skip to content

Commit 25459cc

Browse files
committed
Revert black version upgrade
1 parent 7f6cabf commit 25459cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Werkzeug>=1,<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2020
"itsdangerous==2.0.1", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2121
"Jinja2==3.0.3", # https://github.com/pallets/flask/issues/4494
22-
"black==22.10.0",
22+
"black==22.8.0", # Until we drop Python 3.6 support, we have to stay with this version
2323
"click<=8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
2424
]
2525

0 commit comments

Comments
 (0)