File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Setup Node
2222 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2323 with :
24- node-version : ' 22.21 .0' # TODO: Renovate helper might not be needed here - needs to be fully tested
24+ node-version : ' 24.10 .0' # TODO: Renovate helper might not be needed here - needs to be fully tested
2525
2626 - name : Cache dependencies
2727 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
Original file line number Diff line number Diff line change 2121 uses : suzuki-shunsuke/github-action-renovate-config-validator@c22827f47f4f4a5364bdba19e1fe36907ef1318e # v1.1.1
2222 with :
2323 strict : " true"
24- validator_version : 41.159.4 # renovate: datasource=github-releases depName=renovatebot/renovate
24+ validator_version : 41.163.6 # renovate: datasource=github-releases depName=renovatebot/renovate
Original file line number Diff line number Diff line change 1818 - name : Setup Node
1919 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2020 with :
21- node-version : ' 22.21 .0' # TODO: Renovate helper might not be needed here - needs to be fully tested
21+ node-version : ' 24.10 .0' # TODO: Renovate helper might not be needed here - needs to be fully tested
2222
2323 - name : Cache dependencies
2424 uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
Original file line number Diff line number Diff line change 11# requirements.txt for DefectDojo using Python 3.x
22asteval == 1.0.6
3- bleach == 6.2 .0
3+ bleach == 6.3 .0
44bleach [css ]
55celery == 5.5.3
66defusedxml == 0.7.1
@@ -29,10 +29,10 @@ lxml==6.0.2
2929Markdown == 3.9
3030openpyxl == 3.1.5
3131Pillow == 12.0.0 # required by django-imagekit
32- psycopg [c ]== 3.2.11
32+ psycopg [c ]== 3.2.12
3333cryptography == 46.0.3
3434python-dateutil == 2.9.0.post0
35- redis == 7.0.0
35+ redis == 7.0.1
3636requests == 2.32.5
3737sqlalchemy == 2.0.44 # Required by Celery broker transport
3838urllib3 == 2.5.0
@@ -62,7 +62,7 @@ django-ratelimit==4.1.0
6262argon2-cffi == 25.1.0
6363blackduck == 1.1.3
6464pycurl == 7.45.7 # Required for Celery Broker AWS (SQS) support
65- boto3 == 1.40.58 # Required for Celery Broker AWS (SQS) support
65+ boto3 == 1.40.60 # Required for Celery Broker AWS (SQS) support
6666netaddr == 1.3.0
6767vulners == 3.1.1
6868fontawesomefree == 6.6.0
You can’t perform that action at this time.
0 commit comments