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',