We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6cabf commit 25459ccCopy full SHA for 25459cc
setup.py
@@ -19,7 +19,7 @@
19
"Werkzeug>=1,<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
20
"itsdangerous==2.0.1", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
21
"Jinja2==3.0.3", # https://github.com/pallets/flask/issues/4494
22
- "black==22.10.0",
+ "black==22.8.0", # Until we drop Python 3.6 support, we have to stay with this version
23
"click<=8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
24
]
25
0 commit comments