From 9f3f0385987a4af185724b8e075fd1c99d9e71d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 21:45:38 +0000 Subject: [PATCH] Bump django from 4.1.13 to 5.0.1 Bumps [django](https://github.com/django/django) from 4.1.13 to 5.0.1. - [Commits](https://github.com/django/django/compare/4.1.13...5.0.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab920a5d083..68e8ee97db9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ django-slack==5.19.0 git+https://github.com/DefectDojo/django-tagging@develop#egg=django-tagging django-watson==1.6.3 django-prometheus==2.3.1 -Django==4.1.13 +Django==5.0.1 djangorestframework==3.14.0 gunicorn==21.2.0 html2text==2020.1.16