Skip to content

Commit

Permalink
Upgrade pytype and black to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Sep 23, 2022
1 parent 430d735 commit b30a319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run_pytype.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ script_dir=$(dirname $0)
cd ${script_dir}/.. && \
pip install -e ".[async]" && \
pip install -e ".[adapter]" && \
pip install "pytype==2022.8.23" && \
pip install "pytype==2022.9.19" && \
pytype slack_bolt/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Werkzeug>=1,<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
"itsdangerous==2.0.1", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
"Jinja2==3.0.3", # https://github.com/pallets/flask/issues/4494
"black==22.6.0",
"black==22.8.0",
"click<=8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
]

Expand Down

0 comments on commit b30a319

Please sign in to comment.