We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8adc7 commit 7fb3dafCopy full SHA for 7fb3daf
1 file changed
setup.py
@@ -26,15 +26,19 @@
26
"Jinja2==3.0.3", # https://github.com/pallets/flask/issues/4494
27
"pytest-cov>=2,<3",
28
"flake8>=5,<6",
29
- "black==23.11.0",
+ # Don't change this version without running CI builds;
30
+ # The latest version may not be available for older Python runtime
31
+ "black==22.8.0",
32
"click==8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
33
"psutil>=5,<6",
34
# used only under slack_sdk/*_store
35
"boto3<=2",
36
"moto>=3,<4", # For AWS tests
37
]
38
codegen_dependencies = [
39
40
41
+ "black==22.10.0",
42
43
44
needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
0 commit comments