Commit c5bc81b
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments