From 150ff00a130bc374bde1003af3370f78f53d5401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:28:57 +0000 Subject: [PATCH] Bump django from 2.2.7 to 3.2.24 in /project Bumps [django](https://github.com/django/django) from 2.2.7 to 3.2.24. - [Commits](https://github.com/django/django/compare/2.2.7...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/requirements.txt b/project/requirements.txt index 6e1b717..63cd14a 100644 --- a/project/requirements.txt +++ b/project/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.7 +Django==3.2.24 pymongo==3.9.0 numpy==1.17.3 elasticsearch==7.0.4