From 113413825f3ff291b0901d8b7a67cfeccd6df421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 01:43:38 +0000 Subject: [PATCH 1/3] Bump urllib3 from 1.26.11 to 1.26.17 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.11 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.11...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d417acca13..3091e32bc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ redis==5.0.1 requests==2.31.0 sqlalchemy==2.0.21 # Required by Celery broker transport supervisor==4.2.5 -urllib3==1.26.11 +urllib3==1.26.17 uWSGI==2.0.22 vobject==0.9.6.1 whitenoise==5.2.0 From ea727d73d169569c209cff34099aac54bfd461db Mon Sep 17 00:00:00 2001 From: DefectDojo release bot Date: Tue, 10 Oct 2023 15:49:26 +0000 Subject: [PATCH 2/3] Update versions in application files --- components/package.json | 2 +- dojo/__init__.py | 2 +- helm/defectdojo/Chart.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/package.json b/components/package.json index f1ee3fdae0..d907b92121 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "defectdojo", - "version": "2.28.0-dev", + "version": "2.27.1", "license" : "BSD-3-Clause", "private": true, "dependencies": { diff --git a/dojo/__init__.py b/dojo/__init__.py index e7576a482e..b87c0d4351 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 -__version__ = '2.28.0-dev' +__version__ = '2.27.1' __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 fbaead105b..a2c0682a79 100644 --- a/helm/defectdojo/Chart.yaml +++ b/helm/defectdojo/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.28.0-dev" +appVersion: "2.27.1" description: A Helm chart for Kubernetes to install DefectDojo name: defectdojo -version: 1.6.90-dev +version: 1.6.90 icon: https://www.defectdojo.org/img/favicon.ico maintainers: - name: madchap From 322deaa7b95bacdd1028ad696af77ca0a6f21e36 Mon Sep 17 00:00:00 2001 From: DefectDojo release bot Date: Tue, 10 Oct 2023 17:56:18 +0000 Subject: [PATCH 3/3] Update versions in application files --- components/package.json | 2 +- dojo/__init__.py | 2 +- helm/defectdojo/Chart.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/package.json b/components/package.json index d907b92121..f1ee3fdae0 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "defectdojo", - "version": "2.27.1", + "version": "2.28.0-dev", "license" : "BSD-3-Clause", "private": true, "dependencies": { diff --git a/dojo/__init__.py b/dojo/__init__.py index b87c0d4351..e7576a482e 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 -__version__ = '2.27.1' +__version__ = '2.28.0-dev' __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 a2c0682a79..f21874e6db 100644 --- a/helm/defectdojo/Chart.yaml +++ b/helm/defectdojo/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.27.1" +appVersion: "2.28.0-dev" description: A Helm chart for Kubernetes to install DefectDojo name: defectdojo -version: 1.6.90 +version: 1.6.91-dev icon: https://www.defectdojo.org/img/favicon.ico maintainers: - name: madchap