From e8dc95922de93dbe62bf93be9cab094fc573194d Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 23 Apr 2025 11:57:08 +0200 Subject: [PATCH] feat: support `cyclonedx-python-lib ^10` Signed-off-by: Jan Kowalleck --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45bea9f1..48db5c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ cyclonedx-py = "cyclonedx_py._internal.cli:run" [tool.poetry.dependencies] python = "^3.8" -cyclonedx-python-lib = { version = "^8.0 || ^9.0", extras = ["validation"] } +cyclonedx-python-lib = { version = "^8.0 || ^9.0 || ^10", extras = ["validation"] } packageurl-python = ">=0.11, <2" # keep in sync with same dep in `cyclonedx-python-lib` pip-requirements-parser = "^32.0" packaging = "^22 || ^23 || ^24"