From 2b36becb2e3c18da09696722496f03ad0f7b81f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:37:05 +0000 Subject: [PATCH] Bump django from 2.2.24 to 3.2.24 in /Enigma Bumps [django](https://github.com/django/django) from 2.2.24 to 3.2.24. - [Commits](https://github.com/django/django/compare/2.2.24...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Enigma/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enigma/requirements.txt b/Enigma/requirements.txt index 6ce5523..ae87e34 100644 --- a/Enigma/requirements.txt +++ b/Enigma/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.24 +Django==3.2.24 django-braces==1.13.0 django-rest-framework==0.1.0 djangorestframework==3.11.2