File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201
201
build-and-test :
202
202
name : Test (${{ matrix.os }} py${{ matrix.python-version }})
203
203
runs-on : ${{ matrix.os }}
204
- timeout-minutes : 180
204
+ timeout-minutes : 15
205
205
strategy :
206
206
fail-fast : false
207
207
matrix :
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ cyclonedx-py = "cyclonedx_py._internal.cli:run"
68
68
69
69
[tool .poetry .dependencies ]
70
70
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" ] }
72
72
packageurl-python = " >=0.11, <2" # keep in sync with same dep in `cyclonedx-python-lib`
73
73
pip-requirements-parser = " ^32.0"
74
74
packaging = " ^22 || ^23 || ^24 || ^25"
You can’t perform that action at this time.
0 commit comments