We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a25a01 commit c8aabecCopy full SHA for c8aabec
1 file changed
pyproject.toml
@@ -38,7 +38,8 @@ dependencies = [
38
"semver==3.0.2",
39
"patch-ng==1.17.4",
40
"importlib-resources==5.4.0; python_version <= '3.7.0'",
41
- "cyclonedx-python-lib==5.0.1",
+ "cyclonedx-python-lib==4.2.2; python_version <= '3.7.0'",
42
+ "cyclonedx-python-lib==5.0.1; python_version > '3.7.0'",
43
"infer-license==0.0.7",
44
'setuptools; python_version >= "3.12"', # contains 'pkg_resources' for infer-license
45
]
0 commit comments