File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44script_dir=$( dirname $0 )
55cd ${script_dir} /.. && \
6- pip install " flake8==4 .0.1 " && \
6+ pip install " flake8==5 .0.3 " && \
77 flake8 slack_bolt/ && flake8 examples/
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ script_dir=$(dirname $0)
55cd ${script_dir} /.. && \
66 pip install -e " .[async]" && \
77 pip install -e " .[adapter]" && \
8- pip install " pytype==2022.7.18 " && \
8+ pip install " pytype==2022.7.26 " && \
99 pytype slack_bolt/
Original file line number Diff line number Diff line change 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.3 .0" ,
22+ "black==22.6 .0" ,
2323 "click<=8.0.4" , # black is affected by https://github.com/pallets/click/issues/2225
2424]
2525
You can’t perform that action at this time.
0 commit comments