diff --git a/dojo/__init__.py b/dojo/__init__.py index 6497cb6a512..be940b9ea35 100644 --- a/dojo/__init__.py +++ b/dojo/__init__.py @@ -4,6 +4,6 @@ # Django starts so that shared_task will use this app. from .celery import app as celery_app # noqa: F401 -__version__ = "3.1.200" +__version__ = "3.1.300" __url__ = "https://github.com/DefectDojo/django-DefectDojo" __docs__ = "https://documentation.defectdojo.com" diff --git a/helm/defectdojo/Chart.yaml b/helm/defectdojo/Chart.yaml index 4f883632761..2c3b7051930 100644 --- a/helm/defectdojo/Chart.yaml +++ b/helm/defectdojo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "3.2.0-dev" description: A Helm chart for Kubernetes to install DefectDojo name: defectdojo -version: 1.9.39-dev +version: 1.9.40-dev icon: https://defectdojo.com/hubfs/DefectDojo_favicon.png maintainers: - name: madchap diff --git a/helm/defectdojo/README.md b/helm/defectdojo/README.md index f53a295fa1f..6861acdd32e 100644 --- a/helm/defectdojo/README.md +++ b/helm/defectdojo/README.md @@ -511,7 +511,7 @@ The HELM schema will be generated for you. # General information about chart values -![Version: 1.9.39-dev](https://img.shields.io/badge/Version-1.9.39--dev-informational?style=flat-square) ![AppVersion: 3.2.0-dev](https://img.shields.io/badge/AppVersion-3.2.0--dev-informational?style=flat-square) +![Version: 1.9.40-dev](https://img.shields.io/badge/Version-1.9.40--dev-informational?style=flat-square) ![AppVersion: 3.2.0-dev](https://img.shields.io/badge/AppVersion-3.2.0--dev-informational?style=flat-square) A Helm chart for Kubernetes to install DefectDojo diff --git a/requirements.txt b/requirements.txt index fbce74fd4c5..28343e299cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ uWSGI==2.0.31 vobject==0.9.9 whitenoise==5.2.0 titlecase==2.4.1 -gitpython==3.1.50 +gitpython==3.1.52 python-gitlab==8.4.0 cpe==1.3.1 packageurl-python==0.17.6 @@ -67,4 +67,4 @@ fontawesomefree==6.6.0 PyYAML==6.0.3 pyopenssl==26.3.0 parameterized==0.9.0 -setuptools==82.0.1 +setuptools==83.0.0