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:
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 :
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ cyclonedx-py = "cyclonedx_py._internal.cli:run"
6868
6969[tool .poetry .dependencies ]
7070python = " ^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" ] }
7272packageurl-python = " >=0.11, <2" # keep in sync with same dep in `cyclonedx-python-lib`
7373pip-requirements-parser = " ^32.0"
7474packaging = " ^22 || ^23 || ^24 || ^25"
You can’t perform that action at this time.
0 commit comments