Skip to content

Commit

Permalink
Correct rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
Maffooch committed Nov 8, 2023
1 parent 9b450d4 commit d553dca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dojo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# Django starts so that shared_task will use this app.
from .celery import app as celery_app # noqa

__version__ = '2.29.0-dev'
__version__ = '2.28.0'
__url__ = 'https://github.com/DefectDojo/django-DefectDojo'
__docs__ = 'https://documentation.defectdojo.com'
4 changes: 2 additions & 2 deletions helm/defectdojo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "2.29.0-dev"
appVersion: "2.28.0"
description: A Helm chart for Kubernetes to install DefectDojo
name: defectdojo
version: 1.6.95-dev
version: 1.6.94
icon: https://www.defectdojo.org/img/favicon.ico
maintainers:
- name: madchap
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ django-ratelimit==4.1.0
argon2-cffi==23.1.0
blackduck==1.1.0
pycurl==7.45.2 # Required for Celery Broker AWS (SQS) support
boto3==1.28.79 # Required for Celery Broker AWS (SQS) support
boto3==1.28.77 # Required for Celery Broker AWS (SQS) support
netaddr==0.8.0
vulners==2.1.1
fontawesomefree==6.4.2

0 comments on commit d553dca

Please sign in to comment.