You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments