We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf2383 commit 81bd24fCopy full SHA for 81bd24f
scripts/run_pytype.sh
@@ -5,5 +5,5 @@ script_dir=$(dirname $0)
5
cd ${script_dir}/.. && \
6
pip install -e ".[async]" && \
7
pip install -e ".[adapter]" && \
8
- pip install "pytype==2022.9.19" && \
+ pip install "pytype==2022.10.26" && \
9
pytype slack_bolt/
setup.py
@@ -19,7 +19,7 @@
19
"Werkzeug>=1,<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
20
"itsdangerous==2.0.1", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
21
"Jinja2==3.0.3", # https://github.com/pallets/flask/issues/4494
22
- "black==22.8.0",
+ "black==22.10.0",
23
"click<=8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
24
]
25
0 commit comments