Skip to content

Commit ec1fae8

Browse files
committed
feat: support cyclonedx-python-lib v11
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 03a95d9 commit ec1fae8

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
@@ -68,7 +68,7 @@ cyclonedx-py = "cyclonedx_py._internal.cli:run"
6868

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

0 commit comments

Comments
 (0)