Skip to content

Commit b32cebb

Browse files
committed
Upgrade pytype and black
1 parent e77312c commit b32cebb

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"moto>=3,<4", # For AWS tests
3838
]
3939
codegen_dependencies = [
40-
"black==22.8.0",
40+
"black==22.10.0",
4141
]
4242

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

0 commit comments

Comments
 (0)