File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2626 "Jinja2==3.0.3" , # https://github.com/pallets/flask/issues/4494
2727 "pytest-cov>=2,<3" ,
2828 "flake8>=5,<6" ,
29- "black==23.11.0" ,
29+ # Don't change this version without running CI builds;
30+ # The latest version may not be available for older Python runtime
31+ "black==22.8.0" ,
3032 "click==8.0.4" , # black is affected by https://github.com/pallets/click/issues/2225
3133 "psutil>=5,<6" ,
3234 # used only under slack_sdk/*_store
3335 "boto3<=2" ,
3436 "moto>=3,<4" , # For AWS tests
3537]
3638codegen_dependencies = [
37- "black==23.11.0" ,
39+ # Don't change this version without running CI builds;
40+ # The latest version may not be available for older Python runtime
41+ "black==22.10.0" ,
3842]
3943
4044needs_pytest = {"pytest" , "test" , "ptr" }.intersection (sys .argv )
You can’t perform that action at this time.
0 commit comments