Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cyclonedx-python-lib from 7.6.2 to 8.5.0 #284

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
"olefile==0.47.*",
"defusedxml==0.7.*",
"spdx-tools==0.8.*",
"cyclonedx-python-lib==7.6.2",
"cyclonedx-python-lib==8.5.0",
"pluggy==1.*",
"click==8.*",
"javatools>=1.6,==1.*",
Expand Down
3 changes: 2 additions & 1 deletion surfactant/output/cyclonedx_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
from typing import Dict, List, Optional, Tuple

import cyclonedx.output
from cyclonedx.model import HashAlgorithm, HashType, Tool
from cyclonedx.model import HashAlgorithm, HashType
from cyclonedx.model.bom import Bom, BomMetaData
from cyclonedx.model.bom_ref import BomRef
from cyclonedx.model.component import Component, ComponentType
from cyclonedx.model.contact import OrganizationalEntity
from cyclonedx.model.dependency import Dependency
from cyclonedx.model.tool import Tool

import surfactant.plugin
from surfactant import __version__ as surfactant_version
Expand Down
Loading