Skip to content

Commit c5bc81b

Browse files
authored
fix: drop lib4sbom pinning in requirements.txt (#5273)
lib4sbom was pinned to version 0.8.2 in commit f74497c (probably because lib4sbom 0.8.3 had a critical issue). Then lib4sbom was bumped to version 0.8.4 in commit 929f126 and to version 0.8.7 in commit da64903. Replace = by >= as there is no need to enforce version 0.8.7 of lib4sbom Fix #5179 Signed-off-by: Fabrice Fontaine <[email protected]>
1 parent 31e8975 commit c5bc81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ importlib_metadata>=3.6; python_version < "3.10"
99
importlib_resources; python_version < "3.9"
1010
jinja2>=2.11.3
1111
jsonschema>=3.0.2
12-
lib4sbom==0.8.7 # Pinned due to bug. Was lib4sbom>=0.7.2
12+
lib4sbom>=0.8.7
1313
lib4vex>=0.2.0
1414
packageurl-python
1515
packaging>=22.0

0 commit comments

Comments
 (0)