We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34abcb commit 0212cb8Copy full SHA for 0212cb8
2 files changed
.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.7.26"
+ pip install "pytype==2022.8.30"
28
- name: Run pytype
29
run: |
30
pytype slack_sdk/
setup.py
@@ -27,7 +27,7 @@
"pytest-cov>=2,<3",
"codecov>=2,<3",
"flake8>=5,<6",
- "black==22.6.0",
+ "black==22.8.0",
31
"click==8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
32
"psutil>=5,<6",
33
"databases>=0.5",
@@ -37,7 +37,7 @@
37
"moto>=3,<4", # For AWS tests
38
]
39
codegen_dependencies = [
40
41
42
43
needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
0 commit comments