File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
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==2022.7.26 "
27+ pip install "pytype==2022.8.30 "
2828 - name : Run pytype
2929 run : |
3030 pytype slack_sdk/
Original file line number Diff line number Diff line change 2727 "pytest-cov>=2,<3" ,
2828 "codecov>=2,<3" ,
2929 "flake8>=5,<6" ,
30- "black==22.6 .0" ,
30+ "black==22.8 .0" ,
3131 "click==8.0.4" , # black is affected by https://github.com/pallets/click/issues/2225
3232 "psutil>=5,<6" ,
3333 "databases>=0.5" ,
3737 "moto>=3,<4" , # For AWS tests
3838]
3939codegen_dependencies = [
40- "black==22.6 .0" ,
40+ "black==22.8 .0" ,
4141]
4242
4343needs_pytest = {"pytest" , "test" , "ptr" }.intersection (sys .argv )
You can’t perform that action at this time.
0 commit comments