From a0bae6d3bec7f9fa8bd022ae37bd8fd4291b8c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 21:36:54 +0000 Subject: [PATCH] Bump django from 3.0.7 to 3.1.14 in /backend Bumps [django](https://github.com/django/django) from 3.0.7 to 3.1.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.7...3.1.14) --- 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 52bd48f..3aed610 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ astroid==2.3.3 certifi==2020.6.20 chardet==3.0.4 dj-database-url==0.5.0 -Django==3.0.7 +Django==3.1.14 django-common-helpers==0.9.2 django-cors-headers==3.2.0 django-cors-middleware==1.5.0