Skip to content

Commit 40c50c9

Browse files
committed
Upgrade pytype version to the latest
1 parent 4ae090e commit 40c50c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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.6.6"
27+
pip install "pytype==2022.6.30"
2828
- name: Run pytype
2929
run: |
3030
pytype slack_sdk/

0 commit comments

Comments
 (0)