Skip to content

Commit b3cb02a

Browse files
committed
Fix build errors due to click, jinja2 breaking changes
1 parent 48661f8 commit b3cb02a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@
2323
"Flask>=1,<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2424
"Werkzeug<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2525
"itsdangerous==2.0.1", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
26+
"Jinja2==3.0.3", # https://github.com/pallets/flask/issues/4494
2627
"pytest-cov>=2,<3",
2728
"codecov>=2,<3",
2829
"flake8>=4,<5",
29-
"black==22.1.0",
30+
"black==22.3.0",
31+
"click==8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
3032
"psutil>=5,<6",
3133
"databases>=0.5",
3234
# used only under slack_sdk/*_store

0 commit comments

Comments
 (0)