Skip to content

Commit 81bd24f

Browse files
committed
Upgrade pytype and black
1 parent cbf2383 commit 81bd24f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/run_pytype.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ script_dir=$(dirname $0)
55
cd ${script_dir}/.. && \
66
pip install -e ".[async]" && \
77
pip install -e ".[adapter]" && \
8-
pip install "pytype==2022.9.19" && \
8+
pip install "pytype==2022.10.26" && \
99
pytype slack_bolt/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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.8.0",
22+
"black==22.10.0",
2323
"click<=8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
2424
]
2525

0 commit comments

Comments
 (0)