From ec1fae84c452d8dab946423913f1f78e003badec Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 23 Jul 2025 10:47:49 +0200 Subject: [PATCH 1/2] feat: support cyclonedx-python-lib v11 Signed-off-by: Jan Kowalleck --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2995129e..9f06a515 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ cyclonedx-py = "cyclonedx_py._internal.cli:run" [tool.poetry.dependencies] python = "^3.9" -cyclonedx-python-lib = { version = "^8.0 || ^9.0 || ^10", extras = ["validation"] } +cyclonedx-python-lib = { version = "^8.0 || ^9.0 || ^10 || ^11", 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 || ^25" From fd672cb34c5e2bc99ec83feb8c59c3cafa40298d Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 23 Jul 2025 11:24:34 +0200 Subject: [PATCH 2/2] wip Signed-off-by: Jan Kowalleck --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 55f8f13b..48f31318 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -206,7 +206,7 @@ jobs: build-and-test: name: Test (${{ matrix.os }} py${{ matrix.python-version }}) runs-on: ${{ matrix.os }} - timeout-minutes: 10 + timeout-minutes: 15 strategy: fail-fast: false matrix: