Skip to content

chore(deps): update cyclonedx-python-lib and other required dependencies #1006

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

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from
Draft
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
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2022 - 2024, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2022 - 2025, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.

# https://flit.pypa.io/en/latest/pyproject_toml.html
Expand Down Expand Up @@ -32,8 +32,8 @@ dependencies = [
"packageurl-python >= 0.11.1,<1.0.0",
"ruamel.yaml >= 0.18.6,<1.0.0",
"jsonschema >= 4.22.0,<5.0.0",
"cyclonedx-bom >=4.0.0,<5.0.0",
"cyclonedx-python-lib[validation] >=7.3.4,<8.0.0",
"cyclonedx-bom >=5.3.0,<6.0.0",
"cyclonedx-python-lib[validation] >=8.0.0,<10.0.0",
"beautifulsoup4 >= 4.12.0,<5.0.0",
]
keywords = []
Expand Down Expand Up @@ -72,9 +72,8 @@ dev = [
"types-pyyaml >=6.0.4,<7.0.0",
"types-requests >=2.25.6,<3.0.0",
"types-jsonschema >=4.22.0,<5.0.0",
"pip-audit >=2.5.6,<3.0.0",
"pip-audit >=2.8.0,<3.0.0",
"pylint >=3.0.3,<4.0.0",
"cyclonedx-bom >=4.0.0,<5.0.0",
"types-beautifulsoup4 >= 4.12.0,<5.0.0",
]
docs = [
Expand Down
Loading