Skip to content

Commit 7818754

Browse files
authored
feat: support runtime-dependency cyclonedx-python-lib v11 (#938)
see https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v11.0.0 --------- Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 0e3cd01 commit 7818754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
build-and-test:
202202
name: Test (${{ matrix.os }} py${{ matrix.python-version }})
203203
runs-on: ${{ matrix.os }}
204-
timeout-minutes: 180
204+
timeout-minutes: 15
205205
strategy:
206206
fail-fast: false
207207
matrix:

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)