File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 pip install -e ".[testing]"
2525 pip install -e ".[optional]"
2626 # As pytype can change its behavior in newer versions, we manually upgrade it
27- pip install "pytype==2021.11.18 "
27+ pip install "pytype==2021.12.8 "
2828 - name : Run pytype
2929 run : |
3030 pytype slack_sdk/
Original file line number Diff line number Diff line change 2424 "Werkzeug<2" , # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2525 "pytest-cov>=2,<3" ,
2626 "codecov>=2,<3" ,
27- "flake8>=3,<4 " ,
28- "black==21.9b0 " ,
27+ "flake8>=4,<5 " ,
28+ "black==21.12b0 " ,
2929 "psutil>=5,<6" ,
3030 "databases>=0.3" ,
3131 # used only under slack_sdk/*_store
3434 "moto<2" , # For AWS tests
3535]
3636codegen_dependencies = [
37- "black==21.11b1 " ,
37+ "black==21.12b0 " ,
3838]
3939
4040needs_pytest = {"pytest" , "test" , "ptr" }.intersection (sys .argv )
You can’t perform that action at this time.
0 commit comments