We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7221a8 commit b54d9bfCopy full SHA for b54d9bf
1 file changed
pyproject.toml
@@ -47,7 +47,8 @@ dependencies = [
47
"halo==0.0.31",
48
"colorama==0.4.6",
49
"typing-extensions==4.7.1; python_version <= '3.7.0'",
50
- "typing-extensions==4.14.0; python_version > '3.7.0'",
+ "typing-extensions==4.13.2; python_version <= '3.8.0'",
51
+ "typing-extensions==4.14.0; python_version > '3.8.0'",
52
"sarif-om==1.0.4",
53
"semver==3.0.4",
54
"patch-ng==1.18.1",
0 commit comments