We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07da9c1 commit 73bffb0Copy full SHA for 73bffb0
requirements/testing.txt
@@ -9,7 +9,7 @@ flake8>=5.0.4,<8
9
# Don't change this version without running CI builds;
10
# The latest version may not be available for older Python runtime
11
black>=22.8.0; python_version=="3.7"
12
-black==22.10.0; python_version>"3.7"
+black==22.10.0; python_version>="3.8"
13
click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225
14
psutil>=6.0.0,<8
15
# used only under slack_sdk/*_store
@@ -18,5 +18,5 @@ boto3<=2
18
moto>=4.0.13,<6
19
mypy<=1.15.0
20
# For AsyncSQLAlchemy tests
21
-greenlet<=4
+greenlet<=
22
aiosqlite<=1
0 commit comments