Skip to content

Commit 73bffb0

Browse files
committed
Fix Black version for Python 3.7.
1 parent 07da9c1 commit 73bffb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ flake8>=5.0.4,<8
99
# Don't change this version without running CI builds;
1010
# The latest version may not be available for older Python runtime
1111
black>=22.8.0; python_version=="3.7"
12-
black==22.10.0; python_version>"3.7"
12+
black==22.10.0; python_version>="3.8"
1313
click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225
1414
psutil>=6.0.0,<8
1515
# used only under slack_sdk/*_store
@@ -18,5 +18,5 @@ boto3<=2
1818
moto>=4.0.13,<6
1919
mypy<=1.15.0
2020
# For AsyncSQLAlchemy tests
21-
greenlet<=4
21+
greenlet<=
2222
aiosqlite<=1

0 commit comments

Comments
 (0)