From 8a96a183f4d74e97dd89b3c4c5b6096428133a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:59:27 +0000 Subject: [PATCH] Bump django from 4.2.5 to 4.2.7 in /requirements Bumps [django](https://github.com/django/django) from 4.2.5 to 4.2.7. - [Commits](https://github.com/django/django/compare/4.2.5...4.2.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 8a595114..c02bfb58 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,5 +1,5 @@ ansi2html==1.8.0 -Django==4.2.5 +Django==4.2.7 django-cors-headers==4.2.0 django-currentuser==0.6.1 djangorestframework==3.14.0