From e61e5ebba3575622bd59e9bf6387350c95e54254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:40:25 +0000 Subject: [PATCH] Bump django from 2.2.13 to 4.2.26 Bumps [django](https://github.com/django/django) from 2.2.13 to 4.2.26. - [Commits](https://github.com/django/django/compare/2.2.13...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e1ddeddfcfa..c5ffeabdb59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ git+https://github.com/DefectDojo/django-tastypie-swagger.git@c7c5629480dc20cadd django-tastypie==0.14.2 django-watson==1.5.5 django-prometheus==2.0.0 -Django==2.2.13 +Django==4.2.26 djangorestframework==3.11.0 gunicorn==20.0.4 html2text==2020.1.16 diff --git a/setup.py b/setup.py index e4a81e10c59..b8ada0c9d02 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ description="Tool for managing vulnerability engagements", install_requires=[ 'defusedxml', - 'Django==2.2.13', + 'Django==4.2.26', 'django-auditlog==0.4.0', 'django-custom-field', 'django-filter==1.0.4',