Skip to content

Commit 06a2a4d

Browse files
Merge remote-tracking branch 'upstream/dev' into pghistory-for-real
2 parents 60f2ac9 + 7f3d6ee commit 06a2a4d

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/test-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
151151

152152
- name: Generate values schema json
153-
uses: losisin/helm-values-schema-json-action@660c441a4a507436a294fc55227e1df54aca5407 # v2.3.1
153+
uses: losisin/helm-values-schema-json-action@f3517c55537e26953c8a11be7549ea908990130d # v2.3.2
154154
with:
155155
fail-on-diff: true
156156
working-directory: "helm/defectdojo"

.github/workflows/update-sample-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)
4444
4545
- name: Create Pull Request
46-
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
46+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
4747
with:
4848
token: ${{ secrets.GITHUB_TOKEN }}
4949
commit-message: "Update sample data"

helm/defectdojo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ cloudsql:
601601
# -- set repo and image tag of gce-proxy
602602
image:
603603
repository: gcr.io/cloudsql-docker/gce-proxy
604-
tag: 1.37.10
604+
tag: 1.37.11
605605
pullPolicy: IfNotPresent
606606
# -- set CloudSQL instance: 'project:zone:instancename'
607607
instance: ""

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ django-debug-toolbar==6.1.0
66
django-debug-toolbar-request-history==0.1.4
77

88
# Testing dependencies
9-
vcrpy==8.0.0
9+
vcrpy==8.1.0
1010
vcrpy-unittest==0.1.7
1111
django-test-migrations==1.5.0
1212
parameterized==0.9.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ django-environ==0.12.0
1212
django-filter==25.1
1313
django-imagekit==6.0.0
1414
django-multiselectfield==1.0.1
15-
django-polymorphic==4.2.0
15+
django-polymorphic==4.3.0
1616
django-crispy-forms==2.5
1717
django_extensions==4.1
1818
django-slack==5.19.0
@@ -34,8 +34,8 @@ cryptography==46.0.3
3434
python-dateutil==2.9.0.post0
3535
redis==7.1.0
3636
requests==2.32.5
37-
sqlalchemy==2.0.44 # Required by Celery broker transport
38-
urllib3==2.6.0
37+
sqlalchemy==2.0.45 # Required by Celery broker transport
38+
urllib3==2.6.2
3939
uWSGI==2.0.31
4040
vobject==0.9.9
4141
whitenoise==5.2.0

0 commit comments

Comments
 (0)