Skip to content

Commit 545dde0

Browse files
authored
feat: support cyclonedx-python-lib ^10 (#880)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent efd84df commit 545dde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ cyclonedx-py = "cyclonedx_py._internal.cli:run"
6969

7070
[tool.poetry.dependencies]
7171
python = "^3.8"
72-
cyclonedx-python-lib = { version = "^8.0 || ^9.0", extras = ["validation"] }
72+
cyclonedx-python-lib = { version = "^8.0 || ^9.0 || ^10", extras = ["validation"] }
7373
packageurl-python = ">=0.11, <2" # keep in sync with same dep in `cyclonedx-python-lib`
7474
pip-requirements-parser = "^32.0"
7575
packaging = "^22 || ^23 || ^24"

0 commit comments

Comments
 (0)