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 e77312c commit b32cebbCopy full SHA for b32cebb
.github/workflows/pytype.yml
@@ -24,7 +24,7 @@ jobs:
24
pip install -e ".[testing]"
25
pip install -e ".[optional]"
26
# As pytype can change its behavior in newer versions, we manually upgrade it
27
- pip install "pytype==2022.9.27"
+ pip install "pytype==2022.10.26"
28
- name: Run pytype
29
run: |
30
pytype slack_sdk/
setup.py
@@ -37,7 +37,7 @@
37
"moto>=3,<4", # For AWS tests
38
]
39
codegen_dependencies = [
40
- "black==22.8.0",
+ "black==22.10.0",
41
42
43
needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
0 commit comments