Skip to content

Commit 0212cb8

Browse files
committed
Upgrade black and pytype to the latest
1 parent b34abcb commit 0212cb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.7.26"
27+
pip install "pytype==2022.8.30"
2828
- name: Run pytype
2929
run: |
3030
pytype slack_sdk/

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"pytest-cov>=2,<3",
2828
"codecov>=2,<3",
2929
"flake8>=5,<6",
30-
"black==22.6.0",
30+
"black==22.8.0",
3131
"click==8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
3232
"psutil>=5,<6",
3333
"databases>=0.5",
@@ -37,7 +37,7 @@
3737
"moto>=3,<4", # For AWS tests
3838
]
3939
codegen_dependencies = [
40-
"black==22.6.0",
40+
"black==22.8.0",
4141
]
4242

4343
needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)

0 commit comments

Comments
 (0)