File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 : " "
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ django-debug-toolbar==6.1.0
66django-debug-toolbar-request-history == 0.1.4
77
88# Testing dependencies
9- vcrpy == 8.0 .0
9+ vcrpy == 8.1 .0
1010vcrpy-unittest == 0.1.7
1111django-test-migrations == 1.5.0
1212parameterized == 0.9.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ django-environ==0.12.0
1212django-filter == 25.1
1313django-imagekit == 6.0.0
1414django-multiselectfield == 1.0.1
15- django-polymorphic == 4.2 .0
15+ django-polymorphic == 4.3 .0
1616django-crispy-forms == 2.5
1717django_extensions == 4.1
1818django-slack == 5.19.0
@@ -34,8 +34,8 @@ cryptography==46.0.3
3434python-dateutil == 2.9.0.post0
3535redis == 7.1.0
3636requests == 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
3939uWSGI == 2.0.31
4040vobject == 0.9.9
4141whitenoise == 5.2.0
You can’t perform that action at this time.
0 commit comments