Skip to content

Commit c26d78a

Browse files
Merge branch 'dev' into valkey-compose
2 parents d686481 + ea8b74d commit c26d78a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/close-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Close issues and PRs that are pending closure
19-
uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
19+
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
2020
with:
2121
# Disable automatic stale marking - only close manually labeled items
2222
days-before-stale: -1

.github/workflows/release-x-manual-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
echo "chart_version=$(ls build | cut -d '-' -f 2,3 | sed 's|\.tgz||')" >> $GITHUB_ENV
8888
8989
- name: Create release ${{ inputs.release_number }}
90-
uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
90+
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0
9191
with:
9292
name: '${{ inputs.release_number }} 🌈'
9393
tag_name: ${{ inputs.release_number }}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ services:
128128
volumes:
129129
- defectdojo_postgres:/var/lib/postgresql/data
130130
valkey:
131-
image: valkey/valkey:7.2-alpine@sha256:7b2019b47ad58be661fa6eba5ea66106eadde03459387113aaed29a464a5876b
131+
image: valkey/valkey:7.2.11-alpine@sha256:7b2019b47ad58be661fa6eba5ea66106eadde03459387113aaed29a464a5876b
132132
volumes:
133133
# we keep using the redis volume as renaming is not possible and copying data over
134134
# would require steps during downtime or complex commands in the intializer

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ celery==5.5.3
66
defusedxml==0.7.1
77
django_celery_results==2.6.0
88
django-auditlog==3.2.1
9-
django-pghistory==3.7.0
9+
django-pghistory==3.8.3
1010
django-dbbackup==5.0.0
1111
django-environ==0.12.0
1212
django-filter==25.1
@@ -22,7 +22,7 @@ Django==5.1.12
2222
djangorestframework==3.16.1
2323
html2text==2025.4.15
2424
humanize==4.13.0
25-
jira==3.8.0
25+
jira==3.10.5
2626
PyGithub==2.8.1
2727
lxml==6.0.2
2828
Markdown==3.9
@@ -39,7 +39,7 @@ uWSGI==2.0.30
3939
vobject==0.9.9
4040
whitenoise==5.2.0
4141
titlecase==2.4.1
42-
social-auth-app-django==5.4.3
42+
social-auth-app-django==5.5.1
4343
social-auth-core==4.7.0
4444
gitpython==3.1.45
4545
python-gitlab==6.4.0
@@ -62,7 +62,7 @@ blackduck==1.1.3
6262
pycurl==7.45.7 # Required for Celery Broker AWS (SQS) support
6363
boto3==1.40.44 # Required for Celery Broker AWS (SQS) support
6464
netaddr==1.3.0
65-
vulners==2.3.7
65+
vulners==3.1.1
6666
fontawesomefree==6.6.0
6767
PyYAML==6.0.3
6868
pyopenssl==25.3.0

0 commit comments

Comments
 (0)