From 9924e73a510eefce49fae9607060a03054189dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 17:56:05 +0000 Subject: [PATCH] Bump django from 3.2.5 to 3.2.12 in /Backend Bumps [django](https://github.com/django/django) from 3.2.5 to 3.2.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.5...3.2.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 0967db1..ee56410 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -1,4 +1,4 @@ numpy==1.20.2 scipy==1.6.2 -Django==3.2.5 +Django==3.2.12 djangorestframework==3.12.4