Skip to content

Commit 328dd8a

Browse files
Merge branch 'dev' into reimport_fix_available
2 parents a7f51f5 + 98e7e1e commit 328dd8a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
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

.github/workflows/validate_docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# requirements.txt for DefectDojo using Python 3.x
22
asteval==1.0.6
3-
bleach==6.2.0
3+
bleach==6.3.0
44
bleach[css]
55
celery==5.5.3
66
defusedxml==0.7.1
@@ -29,10 +29,10 @@ lxml==6.0.2
2929
Markdown==3.9
3030
openpyxl==3.1.5
3131
Pillow==12.0.0 # required by django-imagekit
32-
psycopg[c]==3.2.11
32+
psycopg[c]==3.2.12
3333
cryptography==46.0.3
3434
python-dateutil==2.9.0.post0
35-
redis==7.0.0
35+
redis==7.0.1
3636
requests==2.32.5
3737
sqlalchemy==2.0.44 # Required by Celery broker transport
3838
urllib3==2.5.0
@@ -62,7 +62,7 @@ django-ratelimit==4.1.0
6262
argon2-cffi==25.1.0
6363
blackduck==1.1.3
6464
pycurl==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
6666
netaddr==1.3.0
6767
vulners==3.1.1
6868
fontawesomefree==6.6.0

0 commit comments

Comments
 (0)